Quiz_Laravel

Laravel Logo

Build Status Total Downloads Latest Stable Version License

Laravel Project Setup

Step 1: Install Dependencies and Setup Environment

Run the following commands:

composer install
php artisan key:generate
php artisan config:clear
php artisan cache:clear

php artisan serve
php artisan storage:link