The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
9.x
about
🖥
about
Display basic information about your application
Options
json
- Output the information as JSON
Optional
only
- The section to display
Optional
php artisan about [--only [ONLY]] [--json]
Click to copy