Clone this project to your local computer.
git clone https://github.com/ashishnishad/laravel-quizNavigate to the project folder.
cd laravel-quizcreate new .env file and edit database credentials there.
cp .env.example .envInstall required packages.
composer installGenerate new app key.
php artisan key:generatephp artisan migratephp artisan db:seed
Run server.
```ps
php artisan serve
open url http://127.0.0.1:8000/admin url http://127.0.0.1:8000/adminAdmin email [email protected]
Password secret