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)
- Host: GitHub
- URL: https://github.com/emtiazzahid/lms-laravel
- Owner: emtiazzahid
- Created: 2023-02-17T10:46:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T18:36:14.000Z (about 1 year ago)
- Last Synced: 2025-02-28T13:18:37.842Z (4 months ago)
- Topics: e-learning, e-learningportal, laravel, laravel-lms, lms
- Language: Blade
- Homepage:
- Size: 16.2 MB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# E-Learning Platform Made with Laravel
_That project was created at 2016 while i was learning Laravel
that project was in laravel 5.4For 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






