The Laravel Artisan Cheatsheet
A searchable, bookmarkable cheatsheet for
Laravel's
Artisan commands.
Home
API
Laravel Version
11.x
livewire:layout
🖥
livewire:layout
Create a new app layout file
Options
force
-
Optional
stub
- If you have several stubs, stored in subfolders
Optional
php artisan livewire:layout [--force] [--stub [STUB]]
Click to copy