Skip to content

chbanti/login-registration-breeze-project

Repository files navigation

Laravel authentication using breeze step by step

(step 1) In (c:\xampp\htdocs) run cmd and write.

composer create-project laravel/lararvel projectname

(step 2) In path (c:\xampp\htdocs\projectname) run cmd.

composer require laravel/breeze --dev

php artisan breeze:install

npm install

npm run build

php artisan migrate

php artisan serve

About

Today, we learned how to add login and registration authentication to our project using Breeze

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors