laravel-sketchpad icon indicating copy to clipboard operation
laravel-sketchpad copied to clipboard

An innovative front-end environment for interactive Laravel development

Results 39 laravel-sketchpad issues
Sort by recently updated
recently updated
newest added

It would be really useful to be able to quickly access main folders, especially when loading data. Ideas: - Helper - SketchpadController - SketchpadPathsTrait

enhancement

Session or cache don't seem to work. This makes it difficult to save data between calls.

bug

This is an Epic

Epic

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...

feature

It would be cool when saving a single controller, if not current in the front end, to show it. Relates to #50

feature

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...

feature

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...

bug

Controller functions with decimal values are passed through as strings and seem to enter the controller as ints.

bug