Simple E-Learning with Laravel Framework
How to use :
git clone https://github.com/alifjafar/Simple-E-Learning.git
- Copy .env.example -> .env
- Change APP_URL in .env to
http://localhost:8080
orhttps://your-domain.com
composer install
php artisan migrate:seed
- Serve
php artisan serve