Open Source Learning Management System (LMS) Script By Laravel

 Ulearn is a open source Learning Management System (LMS) is a powerful and innovative platform designed to facilitate and enhance the learning process for educational institutions, businesses, and organizations. It serves as a central hub for managing, delivering, and tracking various educational materials, courses, and training programs.

Main Features

  • Laravel 5.8
  • React JS 16.9
  • Hi-Tech Learning
  • Social Login
  • Responsive Design
  • Course Management
  • Curriculum
  • Payment Gateway
  • SEO Friendly
  • Videos
  • Instructor Credits
  • Instructor Module
  • Admin Module
  • Page Management
  • Blogs
  • Website Security




Installation

  • Clone the repository from github.
https://github.com/ulearnpro/ulearn.git
  • Access phpMyAdmin to make a new database,
  • In the root folder, find the .env file and change the following values
APP_NAME=
APP_URL=
DB_CONNECTION=
DB_HOST=
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

  • Through terminal or command prompt, update composer to install the dependencies:
composer update
  • Run the migration command to create the tables
php artisan migrate
  • Run the seeder to import mandatory values to the tables
php artisan db:seed


Previous Post Next Post