Laravel Auth Install
First Open Terminal
Create New Project
composer create-project laravel/laravel hunybunny
Install Laravel Framework UI
composer require laravel/ui
when installing composer required laravel ui open Terminal and write command
php artisan ui:auth
when installing ui authentication open Register or Login Route but not open if you are not successfully open Laravel Register and Login Route when error apear on screen Vite manifest not found at when open terminal
composer require laravel/breeze --dev
when downloading breeze --dev after that you must be installing breeze open terminal
php artisan breeze:install
if breeze installation process is complete when checking Laravel Register and Login Route If not working
Install NODE JS
if Laravel Register and Login Route working when Last Command open terminal
php artisan migrate
open Terminal
php artisan serve