Clone this project to your local computer.
git clone https://github.com/ashishnishad/laravel-quiz
Navigate to the project folder.
cd laravel-quiz
create new .env file and edit database credentials there.
cp .env.example .env
Install required packages.
composer install
Generate new app key.
php artisan key:generate
php artisan migrate
php 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/admin
Admin email admin@quiz.com
Password secret