The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
10.x
ui:auth
🖥
ui:auth
Scaffold basic login and registration views and routes
Options
force
- Overwrite existing views by default
Optional
views
- Only scaffold the authentication views
Optional
Arguments
type
- The preset type (bootstrap)
Optional
php artisan ui:auth [--views] [--force] [--] [<type>]
Click to copy