A Bookmarkable, Searchable Cheatsheet for Laravel's Default Artisan Commands
Published on by Paul Redmond
Laravel Artisan Cheatsheet is an online reference for Laravel's built-in artisan commands and their options:
You can toggle between Laravel versions from 6.x to the latest 9.x release of Laravel. It also supports system, dark, and light modes to match your preference.
The other thing I like about this tool is that you can search a prefix for a command, for example, db:
and quickly see all the available commands under that prefix:
If you're interested in how this project is built, you can view the source code on GitHub.