E-Learning Platform Made with Laravel
_That project was created at 2016 while i was learning Laravel that project was in laravel 5.4
For testing purpose i upgraded to it Laravel 10. I have added an commit to check which process i made to upgrade laravel 5.4 to 10. there might still few error/bugs becouse that project doesn't have any test cases writen _
Installation
-
Clone this repo
git clone https://github.com/emtiazzahid/e-learning.git -
Install composer packages
cd e-learningcomposer install -
Create and setup .env file
cp .env.example .envphp artisan key:generate -
Migrate and insert records
php artisan migrate --seed -
Run application
php artisan serve -
Login
email: [email protected]password: password
Few screenshots
