Laravel 8 Cheat Sheet One of the best Laravel Snippets and Cheat Sheets - 2021 Edition Artisan // Added in 5.1.11:http://laravel.com/docs/authorization#creating-policies php artisan make:policy PostPolicy // Displays help for a given command php artisan --help OR -h // Do not output any message php artisan --quiet OR -q // Display this application version php artisan --version OR -V // Do not ask