How to make login and register in laravel 9

Laravel | VueJs | PHP | Shopify | ReactJs | MySql
Search for a command to run...

Laravel | VueJs | PHP | Shopify | ReactJs | MySql
No comments yet. Be the first to comment.
Eloquent Factory & DB Seeder

Log in without a password by using the magic link in Laravel.

Verify Registered Mobile Number

Login with username / Mobile No / UUID

Upload image & Store in Public, Store or AWS S3.

Today I am going to explain how you can generate Authentication scaffolding in Laravel 9.
After Installing Laravel 9 we need to install laravel/ui package in order to generate authentication in laravel 9.
composer require laravel/ui
// Generate basic scaffolding...
php artisan ui bootstrap
php artisan ui vue
php artisan ui react
// Generate login / registration scaffolding...
php artisan ui bootstrap --auth
php artisan ui vue --auth
php artisan ui react --auth
After generating UI need to install npm dependencies.
npm run install && npm run dev
Next to Migrate the database
php artisan migrate

The Installation Tutorial is below in the video.
If you face any issue while installing, please comment your query.
Thank You for Reading
Reach Out To me. Twitter Instagram TechToolIndia YouTube Channel