Giter Site home page Giter Site logo

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:

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 && npm run dev

  • 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!

LMS Laravel's Projects

user icon user

Module User & Auth for LMS Laravel

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.