-
Notifications
You must be signed in to change notification settings - Fork 19
Tools
Dave Stewart edited this page Apr 18, 2017
·
4 revisions
Sketchpad is nice place to collect application and admin tools, and ships with various examples to give you some ideas.
The tools that come with Sketchpad are:
- Dump app : View the app state
- View users : Show current users in a table
-
View routes : A Vue version of the
artisan route:list
command, with filtering functionality - Browse filesystem : Browse your local filesystem
- View session : Quickly see what's in the session
- PHPinfo : View your PHP info with tabs
- Random cat : A random cat picture - just for fun!
Remember; all tools are just controller methods; it's easy to write your own as you see fit :)