All Projects → LMS-Laravel → Lms Laravel

LMS-Laravel / Lms Laravel

Laravel Learning Management System (LMS)

Projects that are alternatives of or similar to Lms Laravel

Ulearn
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
Stars: ✭ 368 (+148.65%)
Mutual labels:  laravel, lms
Old Lms Laravel
Laravel Learning Management System (LMS)
Stars: ✭ 258 (+74.32%)
Mutual labels:  laravel, lms
Laravel Paket
Composer GUI. Manage Laravel dependencies from web interface without switching to command line!
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
Laravel Nuxt Js
Build a SPA with Laravel and Nuxt.
Stars: ✭ 146 (-1.35%)
Mutual labels:  laravel
Awesome
A collection of awesome Statamic articles, links, resources and other rad things.
Stars: ✭ 144 (-2.7%)
Mutual labels:  laravel
Laravel Postmark
A Postmark adapter for Laravel
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
Translug
中文的 url slug 支持
Stars: ✭ 145 (-2.03%)
Mutual labels:  laravel
Neontsunami Laravel
Source for my website and blog
Stars: ✭ 142 (-4.05%)
Mutual labels:  laravel
Speedy
🚄A Laravel Admin Package to create a website quickly
Stars: ✭ 146 (-1.35%)
Mutual labels:  laravel
Array Redactor
A PHP package to redact array values by their keys.
Stars: ✭ 144 (-2.7%)
Mutual labels:  laravel
Flarum
Simple forum software for building great communities.
Stars: ✭ 12,190 (+8136.49%)
Mutual labels:  laravel
Laravel Themer
Multi theme support for Laravel application
Stars: ✭ 142 (-4.05%)
Mutual labels:  laravel
Laravel Mailable Test
An artisan command to easily test mailables
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
Laravue
Admin dashboard for enterprise Laravel applications built by VueJS and Element UI https://laravue.dev
Stars: ✭ 1,964 (+1227.03%)
Mutual labels:  laravel
Laravel Awesome
Laravel 学习图谱
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
React Laravel Boilerplate
A Laravel REST API backend with React/Redux, hot module reloading in development and route-level code splitting
Stars: ✭ 146 (-1.35%)
Mutual labels:  laravel
Bkash
PHP client for bKash Payment Gateway API
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
Laravel Auth0
Laravel plugin for Auth0
Stars: ✭ 143 (-3.38%)
Mutual labels:  laravel
Laravel Rethinkdb
RethinkDB adapter for Laravel (with Eloquent support)
Stars: ✭ 144 (-2.7%)
Mutual labels:  laravel
Technicsolder
PHP web app that brings incremental pack updates to the Technic Launcher and Technic Platform
Stars: ✭ 146 (-1.35%)
Mutual labels:  laravel

LMS-Laravel

Latest Stable Version Total Downloads Latest Unstable Version License

About

LMS-Laravel is a Learning Management System (or LMS) that facilitates the creation of educational content by allowing you to manage courses and learning modules. The platform is simple and intuitive and provides features for:

  1. The Teacher (course creator)
  2. The Student (or user)
  3. The Admin

As the name suggests, LMS-laravel is built on the latest Laravel framework, and uses various open source packages. This application is still in development, if you want to collaborate on the development, send us an email:

Angel: [email protected]

Installation

  • Run git clone https://github.com/LMS-Laravel/LMS-Laravel.git LMS-Laravel
  • cd LMS-Laravel
  • Run composer install (install composer beforehand)
  • From the projects root run cp .env.example .env
  • Configure your .env file, with:

Database settings

DB_DATABASE=lms_laravel
DB_USERNAME=root
DB_PASSWORD=root

Google recaptcha settings (which you can configure from https://www.google.com/recaptcha/admin/site)

ENABLE_CAPTCHA=true
NOCAPTCHA_SITEKEY=xxxxxxxxxx
NOCAPTCHA_SECRET=xxxxxxxxxxx

Email settings (using a provider like Mailgun, Amazon SES, etc)

  • Run php artisan key:generate

  • Run php artisan migrate

  • For Auth API (to configure Laravel Passport), run: php artisan passport:install

  • Run npm install

  • Run php artisan db:seed

  • Start the Laravel server php artisan serve --port=8000

  • Start the Websocket server (for chat functionality) php artisan websockets:serve

License

LMS-Laravel is licensed under the MIT license. Enjoy!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].