Title: Unable to find Laravel 8 login page in Jetstream Inertia's AUTH package
P粉662089521
P粉662089521 2024-04-01 16:53:48
0
1
367

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粉662089521
P粉662089521

reply all(1)
P粉696146205

You can use other methods

cd project

composer require laravel/ui --dev

npm install && npm run dev

php artisan ui:auth


php artisan migrate
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!