An innovative front-end environment for interactive Laravel development
davestewart/sketchpad is a Laravel package for an innovative front-end environment for interactive laravel development.
It currently has 295 GitHub stars and 12.918 downloads on Packagist (latest version v1.2.10).
Install it with composer require davestewart/sketchpad.
Discover more Laravel packages by davestewart
or browse all Laravel packages to compare alternatives.
Last updated
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.

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.
View the live demo at:
For installation and usage instructions, see the wiki.