I'm trying to design a Laravel 8 login page but I found it in the button of the login page and I want to see it in the middle. I'm using Laravel 8
P粉6961462052024-04-02 15:58:21
You can use other methods
cd project composer require laravel/ui --dev npm install && npm run dev php artisan ui:auth php artisan migrate