#Laravel Learning Management System
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...
composer create-project cyaxaress/lms
php artisan migrate --seed
php artisan serve
Admin:
username: [email protected]
password: admin
Teacher:
username: [email protected]
password: teacher
Student:
username: [email protected]
password: student
If you want to learn Modular structure and how this app developed join my online course at here
If you discover a security vulnerability within this app, please send an e-mail to Hemn Movafeghi via [email protected]. All security vulnerabilities will be promptly addressed.
This application is open-sourced software licensed under the MIT license.