laravel-sketchpad
laravel-sketchpad copied to clipboard
An innovative front-end environment for interactive Laravel development
It would be really useful to be able to quickly access main folders, especially when loading data. Ideas: - Helper - SketchpadController - SketchpadPathsTrait
Session or cache don't seem to work. This makes it difficult to save data between calls.
Not sure is this a valid use case, but I'm building a API backend and would like to use sketchpad for collaborate with other developer, as well as testing our...
Would be cool to be able to type ``` php artisan sketchpad:init ``` Which would: - download and install sketchpad reload - create the sketchpad.json file - write the correct...
It would be cool when saving a single controller, if not current in the front end, to show it. Relates to #50
Sometimes, you don't want a controller, you just want to be able to write a bit of PHP and watch it run. It would be cool to be able to...
If a model serialises to malformed JSON (escaped tags such as `` do this) then the front end breaks. Would be good to: - have a try/catch - show the...
Controller functions with decimal values are passed through as strings and seem to enter the controller as ints.