https://github.com/cyaxaress/lms
A learning management system built with Laravel
https://github.com/cyaxaress/lms
laravel learning-management-system lms
Last synced: 5 months ago
JSON representation
A learning management system built with Laravel
- Host: GitHub
- URL: https://github.com/cyaxaress/lms
- Owner: cyaxaress
- Created: 2020-06-08T10:38:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-10T00:39:10.000Z (over 1 year ago)
- Last Synced: 2025-10-30T21:02:56.240Z (7 months ago)
- Topics: laravel, learning-management-system, lms
- Language: PHP
- Homepage: https://t.me/+QTb3dPrmAPStYJqt
- Size: 6.34 MB
- Stars: 150
- Watchers: 17
- Forks: 33
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#Laravel Learning Management System
## About This Project
This project is a Learning Management System developed with Laravel framework in modular structure. Each feature in this application developed in an isolated module, such as:
- Dashboard Module.
- Users Module.
- Courses Module.
- Lessons Modules
- Categories Module.
- Role and Permissions Module.
- Discounts Module.
- Tickets Module,
- Payments Module,
etc...
## Installation
```
composer create-project cyaxaress/lms
php artisan migrate --seed
php artisan storage:link
php artisan serve
```
### Demo users
```
Admin:
username: admin@site.com
password: admin
Teacher:
username: teacher@site.com
password: teacher
Student:
username: student@site.com
password: student
```
## How this app developed?
If you want to learn Modular structure and how this app developed join my online course at [here](https://www.youtube.com/watch?v=uNY_6W1uKQ0&list=PLglcS3nCn86ZduzqLXD0SAHK4xaAFxYdq)
## Security Vulnerabilities
If you discover a security vulnerability within this app, please send an e-mail to Hemn Movafeghi via [hemn791@gmail.com](mailto:hemn791@gmail.com). All security vulnerabilities will be promptly addressed.
## License
This application is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).