Download the PHP package eren/lms without Composer

On this page you can find all versions of the php package eren/lms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package lms

Eren LMS Package - Comprehensive Guide

Overview

The Eren\Lms package is a Laravel-based Learning Management System (LMS) that provides essential functionalities for managing courses, assignments, and video uploads. It supports instructor panels, Amazon S3 integration for video storage, and an admin approval system for publishing courses.

Features

Installation (Recommended)

  1. Install the package via Composer:

    and place these routes in your Laravel service provider e.g. function =>

  2. Publish the package assets:

  3. Run migrations:

  4. Handy Seeders

Installation(Personlized)

Step 1: Install the anhskohbo/no-captcha Package

  1. Install the Package: Run the following Composer command to install the package:

  2. Publish the Configuration File: Publish the package's configuration file to customize reCAPTCHA settings:

    This will create a nocaptcha.php file in the config directory.


Step 2: Set Up Google reCAPTCHA Keys

  1. Get reCAPTCHA Keys:

  2. Add Keys to .env: Add the keys to your .env file:

  3. Update config/nocaptcha.php: Ensure the nocaptcha.php configuration file uses the keys from the .env file:

Step 3: Publish Auth Views

If you want to customize the login page, publish the authentication views using the lms_auth_views tag.

  1. Publish Auth Views: Run the following Artisan command:

    This will copy the authentication views (e.g., login.blade.php, register.blade.php) to your resources/views/vendor/lms directory.

    Run migrations:

Middleware

The package provides the following middleware:

Instructor Panel

Course Display

Authentication

License

This package is open-source and available under the MIT License.

Contribution

Feel free to contribute by submitting issues or pull requests to the GitHub repository.

Support

For any issues, open a GitHub issue or contact the package maintainer.


All versions of lms with dependencies

PHP Build Version
Package Version
Requires cocur/slugify Version ^4.0
anhskohbo/no-captcha Version ^3.7
dragon-code/laravel-migration-actions Version ^2.9
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ^7.0.1
intervention/image Version ^2.5
james-heinrich/getid3 Version ^1.9
laravel/cashier Version ^12.12
laravel/jetstream Version ^1.6
laravel/sanctum Version ^2.6
laravel/framework Version 9.52.17
laravel/slack-notification-channel Version ^3.5
laravel/socialite Version ^5.2
laravel/telescope Version ^5.5
laravel/tinker Version ^2.5
league/flysystem-aws-s3-v3 Version ^3.0
livewire/livewire Version ^2.0
paypal/paypal-checkout-sdk Version 1.0.1
paypal/rest-api-sdk-php Version ^1.14
phpunit/phpunit Version ^9.6
spatie/laravel-health Version ^1.32
spatie/laravel-ignition Version ^1.0
spatie/laravel-schedule-monitor Version ^3.10
spatie/laravel-sluggable Version ^3.4
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package eren/lms contains the following files

Loading the files please wait ....