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

Comments

Popular posts from this blog

Best PHP comment DockBlock !

How to fix pgDump dbeaver ?