Ahnaf Shahrear Khan - Computer Science & Engineering, University of Rajshahi
- Clone the project
- Navigate to the project's root directory using terminal
- Create
.env
file -cp .env.example .env
- Execute
composer install
- Set application key -
php artisan key:generate --ansi
- Execute migrations & seed data -
php artisan migrate --seed
- Start Artisan server -
php artisan serve