composer require laravel/ui
php artisan ui bootstrap OR php artisan ui bootstrap --auth
npm install && npm run dev
php artisan serve
thanks sir
Comments 2