DEV Community

Discussion on: Laravel 8 Auth (Registration and Login)

Collapse
 
kingsconsult profile image
Kingsconsult

Thank you, it just depends on how much customization you need, you can choose to use inertia scaffolding over the livewire, then define your own view, but you can also customize the livewire. A view directory is created in your app directory, you can customize them, also in your resources directory, navigation-dropdown blade file is created, and layouts directory, all those files are what made up the views, you can customize them to your likings.