Categories
Laravel

Laravel Generate Authentication Page

It is very easy to generate authentication page with laravel. All you have to do is to execute the following commands

composer require laravel/ui 
php artisan ui vue --auth

And you will find all the view blade files within this directory

resources/views/auth
Laravel Authentication page
Laravel Authentication page composer require laravel/ui php artisan ui vue –auth

Leave a Reply