Larafast TALL stack Themes and UI
resources/views/layouts/home.blade.php
file
/recources/views/liveview
… folder and their respective class file in /app/Livewire
… folder.
To create a new Page add it to the resources/views/pages
folder.
To create a new Component add it to the resources/views/components
folder or if it’s a Livewire component use php artisan make:livewire ComponentName
command.