Giter Site home page Giter Site logo

ulearnpro / ulearn Goto Github PK

View Code? Open in Web Editor NEW
623.0 32.0 287.0 67.58 MB

ULEARN - Open Source(FREE) LMS script in Laravel 5.8 and ReactJS 16.9

Home Page: https://www.ulearnpro.com

License: MIT License

PHP 66.93% CSS 33.02% Batchfile 0.05%
laravel lms learning-management-system reactjs laravel-framework ulearn lms-script open-source free-lms free-lms-script

ulearn's Introduction

License

ko-fi

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.

+ 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

https://www.ulearnpro.com/demo/login

Navigate to the following link, to access the course learn page directly

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

APP_NAME=
APP_URL=
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

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.

ulearn's People

Contributors

japial avatar rafaelmb avatar ulearnpro avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ulearn's Issues

Upload media like image and video error

If we upload media on setting (logo) and like media / text / document upload at course detail thes file can't upload and also we always create folder manualy onn storate/course.

And where if student full reading conten on some course?

Thanks

Unsupported strict types

After following the instruction, all has been completed and expect it to run but found out this error in the log:

PHP Warning:  Unsupported declare 'strict_types' in /home/app/vendor/nette/di/src/compatibility.php on line 8

PHP Warning:  Unsupported declare 'strict_types' in /home/app/vendor/nette/di/src/DI/Config/Adapter.php on line 8

PHP Parse error:  syntax error, unexpected ':', expecting ';' or '{' in /home/app/vendor/nette/di/src/DI/Config/Adapter.php on line 22

Appreciate your kind help

composer update [ErrorException]

I get this message when running composer update for a fresh install on Ubuntu 16.04...

  [ErrorException]                                                             
  "continue" targeting switch is equivalent to "break". Did you mean to use "  
  continue 2"?  

composer update error: php version

Hello,
Is this still a supported project? I am trying to just run the code, but haven't able to at all,
Problem 1
- laravel/framework[v5.8.0, ..., 5.8.x-dev] require php ^7.1.3 -> your php version (8.2.12) does not satisfy that requirement.
- Root composer.json requires laravel/framework 5.8.* -> satisfiable by laravel/framework[v5.8.0, ..., 5.8.x-dev].

Problem when running "composer update"

[Composer\Downloader\TransportException] The "https://packagist.org/p/provider-2019-01%240ed127b66a3f9869760f0f78bb7d94582d3f327e0708c6c07d1f7cdebd41b124.js on" file could not be downloaded (HTTP/1.1 404 Not Found)

Video mp4 no reproduce

Hola, yo subo un video en mp4 y no reproduce.

  • Se agregar un recurso y no se puede eliminar.

Erorr [Composer Update]

I got error when i run command "Composer Update"

My databes is configured properly!

In DatabaseManager.php line 152:

Database [] not configured.

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1

Improve installation instructions

I had some hard time trying to get this working,
And it would be nice if something about "APP_KEY" could be appended to the installation instructions, like below:


After above, ensure that your ".env" file at least contains the empty key-option "APP_KEY=",
And run below to generate and set a key option in your ".env" configuration file:

php artisan key:generate
php artisan config:cache

Another problem was that the "public/.htaccess" file did not exist and I added one from another Laravel project, something like:

<IfModule mod_rewrite.c>
    <IfModule mod_negotiation.c>
        Options -MultiViews -Indexes
    </IfModule>

    RewriteEngine On

    # Handle Authorization Header
    RewriteCond %{HTTP:Authorization} .
    RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]

    # Redirect Trailing Slashes If Not A Folder...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_URI} (.+)/$
    RewriteRule ^ %1 [L,R=301]

    # Handle Front Controller...
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteRule ^ index.php [L]
</IfModule>

Video not playing

Uploading video (MP4) to uLearn works without a hitch.

When added to a course, and then viewing the course, the video does not play.

Checking in an external media player, there are no issues.

Demo link is broken

Any chance we could get it working? Also would love a version of this repo in nuxt.js (vue.js)

Enrol problem!

Hello , there is one more problem whit enroling course!

Every time when i reload page or go to homepage, i must enroling course from the begin!

Ca'n you help me to fix that?

Blade template: Title does not reflect course name

Just did a little hunting, and noted that the course_enroll.blade.php file does not collect the course name for insertion into the title:

<title>Panel Structure</title>

Replace with:
<title>{{ Request::segment(2) }}</title>
to give course slug in title.

Better would be to have the Course Title as saved in system rather than the slugged version.

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.