Laravel has a set of requirements in order to ron smoothly in specific environment. Please see requirements section in Laravel documentation.
So ensure You have Composer and Node installed on Your machine.
Assuming your machine meets all requirements - let's process to installation.
- Open in cmd or terminal app and navigate to this folder
- Run following commands
composer installcp .env.example .envphp artisan key:generatenpm installnpm run devphp artisan migratephp artisan db:seed --class=UserSeederphp artisan serveAnd navigate to generated server link (http://127.0.0.1:8000)
- Home page: http://127.0.0.1:8000/
- Login: http://127.0.0.1:8000/login
User: admin@gmail.com`Pass: password'