All Projects → davestewart → Laravel Sketchpad

davestewart / Laravel Sketchpad

Licence: mit
An innovative front-end environment for interactive Laravel development

Projects that are alternatives of or similar to Laravel Sketchpad

Laravel Saml Sp Demo
Laravel demo application showing implementation of SAML authentication as a Service Provider.
Stars: ✭ 30 (-90.07%)
Mutual labels:  laravel, demo
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+426.16%)
Mutual labels:  laravel, demo
Start laravel
Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them.
Stars: ✭ 42 (-86.09%)
Mutual labels:  laravel, demo
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (-0.99%)
Mutual labels:  laravel, demo
Laravel Tinker Server
Tinker with your variables while working on your Laravel application
Stars: ✭ 203 (-32.78%)
Mutual labels:  laravel, tinker
Laravel Web Tinker
Tinker in your browser
Stars: ✭ 664 (+119.87%)
Mutual labels:  laravel, tinker
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (-73.18%)
Mutual labels:  laravel, demo
Demoit
Live coding demos without Context Switching
Stars: ✭ 717 (+137.42%)
Mutual labels:  live-coding, demo
Pingcrm React
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno).
Stars: ✭ 158 (-47.68%)
Mutual labels:  laravel, demo
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (-49.34%)
Mutual labels:  laravel, demo
Tables
Bulma themed, VueJS powered Datatable with server-side loading and JSON template setup
Stars: ✭ 575 (+90.4%)
Mutual labels:  laravel, demo
Partyline
Output to Laravel's console from outside of your Command classes.
Stars: ✭ 168 (-44.37%)
Mutual labels:  tooling, laravel
Laravelfly
To be an absolutely safe solution to speed up Laravel with Swoole. Preloading + Coroutine and Tinker Online.
Stars: ✭ 459 (+51.99%)
Mutual labels:  laravel, tinker
Dt54
Laravel 5.4 DataTables Demo Application (WIP)
Stars: ✭ 27 (-91.06%)
Mutual labels:  laravel, demo
Tinx
⛔️ Laravel Tinx is archived and no longer maintained.
Stars: ✭ 437 (+44.7%)
Mutual labels:  laravel, tinker
Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (-75.5%)
Mutual labels:  laravel, demo
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (-52.98%)
Mutual labels:  laravel, demo
Nin
nin is ninjatool
Stars: ✭ 313 (+3.64%)
Mutual labels:  tooling, demo
Laravel Demo Mode
A package to protect your work in progress from prying eyes
Stars: ✭ 259 (-14.24%)
Mutual labels:  laravel, demo
Cranelift Jit Demo
JIT compiler and runtime for a toy language, using Cranelift
Stars: ✭ 297 (-1.66%)
Mutual labels:  demo

Laravel Sketchpad

Introduction

Sketchpad is an innovative, bolt-on development environment for your existing Laravel site.

It's a place to write, test, experiment and execute code, or just a place to group useful tools and functions you want easy access to.

image

Overview

Sketchpad provides an alternative structure of controllers, views, assets and routing that lives alongside your main Laravel installation.

You can navigate methods, interactively modify parameters, and even live-reload the code you're working on, all from a friendly UI.

Additional tooling and functionality is designed to make it quick and easy to develop or debug new tools, features and code.

Demo

View the live demo at:

Uses

  • Test out new coding ideas
  • Develop tools and utilities for everyday work
  • Debug applications in the same environment they're running in
  • Practice with new libraries or APIs with your existing code
  • Give new hires a place to get up to speed with the codebase
  • Double check how that rarely-used function actually works
  • Give all that "secret" or commented-out code somewhere to live
  • Live-document existing features and tools
  • Generate and manage reports

More info

For installation and usage instructions, see the wiki.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].