Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ulearnpro/ulearn
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
https://github.com/ulearnpro/ulearn
free-lms free-lms-script laravel laravel-framework learning-management-system lms lms-script open-source reactjs ulearn
Last synced: about 1 month ago
JSON representation
ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9
- Host: GitHub
- URL: https://github.com/ulearnpro/ulearn
- Owner: ulearnpro
- License: mit
- Created: 2019-08-14T10:51:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T21:48:10.000Z (5 months ago)
- Last Synced: 2024-09-28T19:23:11.127Z (about 1 month ago)
- Topics: free-lms, free-lms-script, laravel, laravel-framework, learning-management-system, lms, lms-script, open-source, reactjs, ulearn
- Language: PHP
- Homepage: https://www.ulearnpro.com
- Size: 66 MB
- Stars: 638
- Watchers: 32
- Forks: 290
- Open Issues: 53
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
- awesome-open-source-systems - ULearn - ULEARN is an impressive LMS script which comprises of all the basic features that needed for online learning. (Learning Management Systems (LMS) / Follow me)
README
* [About ULEARN](#about-ulearn)
* [Key Features](#about-ulearn)
* [Demo & Credentials](#about-ulearn)
* [Access ReactJS Page](#access-reactjs-page)
* [Installation](#about-ulearn)
* [Support](#about-ulearn)
* [License](#about-ulearn)## About ULEARN
ULEARN is an impressive LMS script which comprises of all the basic features that needed for online learning. This package includes responsive frontend website, instructor/admin dashboard with a backend template. Admin can manage every aspect of the system, while the instructors could create creative courses through an interactive curriculum with various types of course files such as audio, video, document and text.
```diff
+ Requests:
+ 1. Kindy give us a star in github, if you like/clone our project.
```## Key Features
1. Laravel 5.8
2. React JS 16.9
3. Hi-Tech Learning
4. Social Login
5. Responsive Design
6. Course Management
7. Curriculum
8. Payment Gateway
9. SEO Friendly
10. Videos
11. Instructor Credits
12. Instructor Module
13. Admin Module
14. Page Management
15. Blogs
16. Website Security## Demo & Credentials
Demo Link : https://www.ulearnpro.com/demo/| Role | Email ID | Password |
| ------------- | --------------------- | ------------- |
| Admin | [email protected] | secret |
| Instructor | [email protected] | secret |
| Student | [email protected] | secret |## Access ReactJS Page
Login at the following link using the student credentials, username:[email protected] | password:secret
```sh
https://www.ulearnpro.com/demo/login
```Navigate to the following link, to access the course learn page directly
```sh
https://www.ulearnpro.com/demo/course-enroll/photography-become-a-better-photographer/dlhZZTZ6bmZWTGdRd3YzVWp2ZldMQT09
```## Installation
In the root folder, find the .env file and change the following values```sh
APP_NAME=
APP_URL=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=
```Through terminal or command prompt, update composer to install the dependencies:
```sh
composer update
```
Run the migration command to create the tables```sh
php artisan migrate
```Run the seeder to import mandatory values to the tables
```sh
php artisan db:seed
```## Support
For contribution and customisation supports, kindly contact us through the Email ID [email protected]## License
ULEARN is open-source software licensed under the [MIT License](LICENSE).