Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experience to be truly fulfilling. Laravel takes the pain out of development by easing common tasks used in many web projects.
Run migration using following command : php artisan migrate:fresh --seed --seeder=UserSeeder
then run, php artisan serve
In Seperate cmd prompt, run, npm install npm run dev
Then login using foloowing,
Email:[email protected]
Password:demoadmin@123
if image not visible run,
php artisan storage:link