laravellaravel-artisanlaravel-authentication

How can I use authentication without Bootstrap?


In Laravel, I know running composer require laravel/ui and then php artisan ui vue --auth creates authentication scaffolding but it uses Bootstrap. Is there a way to create this scaffolding without Bootstrap?


Solution

  • Unfortunately and as I know, there is no alternative for the bootstrap UI in laravel authentication scaffolding, as I know there is a tailwind but the last update on the repo was 2 years ago so not sure if it is supported now

    https://github.com/laravel-frontend-presets/tailwindcss

    also, you can change it or create a new one, all view files in this path

    resources/views/auth