cyaxaress / lms
A Learning Management System Based On Laravel.
Installs: 147
Dependents: 0
Suggesters: 0
Security: 0
Stars: 133
Watchers: 16
Forks: 32
Open Issues: 5
Type:project
Requires
- php: ^7.2.5
- cyaxaress/common: dev-master
- cyaxaress/front: dev-master
- cyaxaress/payment: dev-master
- fideloper/proxy: ^4.2
- fruitcake/laravel-cors: ^1.0
- guzzlehttp/guzzle: ^7.0.1
- intervention/image: ^2.5
- kavenegar/laravel-notification: ^1.0
- laravel-notification-channels/telegram: ^0.6.0
- laravel/framework: ^8.0
- laravel/tinker: ^2.0
- laravel/ui: ^3.0
- morilog/jalali: 3.*
- spatie/laravel-permission: ^3.13
Requires (Dev)
- barryvdh/laravel-ide-helper: ^2.7
- facade/ignition: ^2.3.6
- fzaninotto/faker: ^1.9.1
- mockery/mockery: ^1.3.1
- nunomaduro/collision: ^5.0
- phpunit/phpunit: ^9.0
- dev-master
- 241
- 237
- 236
- 235
- 234
- 232
- 231
- 230
- 229
- 228
- 227
- 226
- 222
- 221
- 220
- 217
- 216
- 215
- 213
- 212
- 211
- 210
- 209
- 208
- 207
- 206
- 203
- 202
- v0.7.5
- v0.7.4
- v0.7.3
- v0.7.2
- v0.7.1
- v0.6.7
- v0.6.6
- v0.6.5
- v0.6.4
- v0.6.3
- v0.6.2
- v0.6.1
- v0.5.2
- v0.5.1
- v0.4.22
- v0.4.21
- v0.4.20
- v0.4.19
- v0.4.18
- v0.4.17
- v0.4.16
- v0.4.15
- v0.4.14
- v0.4.13
- v0.4.12
- v0.4.11
- v0.4.10
- v0.4.9
- v0.4.8
- v0.4.7
- v0.4.6
- v0.4.5
- v0.4.4
- v0.4.3
- v0.4.2
- v0.4.1
- v0.3.8
- v0.3.7
- v0.3.6
- v0.3.5
- v0.3.4
- v0.3.3
- v0.3.2
- v0.3.1
- v0.2.9
- v0.2.8
- v0.2.7
- v0.2.6
- v0.2.5
- v0.2.4
- v0.2.3
- v0.2.2
- v0.2.1
- v0.2.0
- v0.1.0
- dev-dependabot/composer/league/commonmark-2.6.0
- dev-dependabot/composer/laravel/framework-11.31.0
- dev-dependabot/composer/symfony/http-foundation-7.1.7
- dev-dependabot/composer/symfony/process-7.1.7
- dev-feature/seedByFactory
- dev-dockerizing
This package is auto-updated.
Last update: 2025-04-01 08:39:30 UTC
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
Security Vulnerabilities
If you discover a security vulnerability within this app, please send an e-mail to Hemn Movafeghi via hemn791@gmail.com. All security vulnerabilities will be promptly addressed.
License
This application is open-sourced software licensed under the MIT license.