Skip to content
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.

sketchpad-tools

The tools that come with Sketchpad are:

Application tools

  • 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

Environment tools

  • View session : Quickly see what's in the session
  • PHPinfo : View your PHP info with tabs

Other

  • 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 :)

Clone this wiki locally