The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
10.x
ui
🖥
ui
Swap the front-end scaffolding for the application
Options
auth
- Install authentication UI scaffolding
Optional
option
- Pass an option to the preset command
Optional
Arguments
type
- The preset type (bootstrap, vue, react)
Required
php artisan ui [--auth] [--option [OPTION]] [--] <type>
Click to copy