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