An open API service indexing awesome lists of open source software.

https://github.com/emtiazzahid/lms-laravel

Laravel Learning Management System (LMS)
https://github.com/emtiazzahid/lms-laravel

e-learning e-learningportal laravel laravel-lms lms

Last synced: 3 months ago
JSON representation

Laravel Learning Management System (LMS)

Awesome Lists containing this project

README

        

# E-Learning Platform Made with Laravel
![image](https://github.com/emtiazzahid/e-learning/assets/10188029/4ea7fbef-2d48-4ae9-93ba-776578bb580a)

_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](https://github.com/emtiazzahid/e-learning/commit/ac97de4e58c4909a341816d9537056f5532efd93) 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
1. Clone this repo
```
git clone https://github.com/emtiazzahid/e-learning.git
```

2. Install composer packages
```
cd e-learning
```
```
composer install
```

3. Create and setup .env file
```
cp .env.example .env
```
```
php artisan key:generate
```

6. Migrate and insert records
```
php artisan migrate --seed
```

Few screenshots

![image](https://user-images.githubusercontent.com/10188029/219660065-f7efb999-a7a6-4e2f-b126-2fe748f090b5.png)
![image](https://user-images.githubusercontent.com/10188029/219660136-71c6d7c7-4ea7-4e33-a7ca-e69b512458c4.png)
![image](https://user-images.githubusercontent.com/10188029/219660597-973db3e3-2c40-4c7e-97a4-0cd77d8e0eda.png)
![image](https://user-images.githubusercontent.com/10188029/219660900-b7bfd80d-df19-4dfa-a76e-7073b2eecd7c.png)
![image](https://user-images.githubusercontent.com/10188029/219663139-44452670-3c2a-4807-8429-595b9d779833.png)
![image](https://user-images.githubusercontent.com/10188029/219663177-f2db0e01-f6f4-4ec0-8e4c-30f048293582.png)
![image](https://user-images.githubusercontent.com/10188029/219663873-5c5eb658-629e-41b4-ae2a-3c462a9dd1fc.png)