Giter Site home page Giter Site logo

ulearnpro / ulearn Goto Github PK

View Code? Open in Web Editor NEW
624.0 32.0 288.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 Issues

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

Video mp4 no reproduce

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

  • Se agregar un recurso y no se puede eliminar.

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.

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"?  

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

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

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.

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)

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].

Demo link is broken

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

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>

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.