/laravel-quiz-app

Laravel Quiz Application

Primary LanguageHTML

Laravel 8 - Quiz Application

Screenshots

preview img preview img

Run Locally

Clone the project

  git clone https://github.com/abdulaziz-m5u/laravel-quiz-app.git project-name

Go to the project directory

  cd project-name
  • Copy .env.example file to .env and edit database credentials there
    composer install
    php artisan key:generate
    php artisan migrate:fresh --seed

Login