Coder Social home page Coder Social logo

old-lms-laravel's Introduction

LMS-Laravel

Latest Stable Version Total Downloads Latest Unstable Version License

About

LMS-Laravel is a Learning Management System (or LMS) that facilitates the creation of educational content by allowing you to manage courses and learning modules. The platform is simple and intuitive and provides features for:

  1. The Teacher (course creator)
  2. The Student (or user)
  3. The Admin

As the name suggests, LMS-laravel is built on the latest Laravel framework, and uses various open source packages. This application is still in development, if you want to collaborate on the development, send us an email:

Installation

  • Run git clone https://github.com/LMS-Laravel/LMS-Laravel.git LMS-Laravel
  • cd LMS-Laravel
  • Run composer install (install composer beforehand)
  • From the projects root run cp .env.example .env
  • Configure your .env file, with:

Database settings

DB_DATABASE=lms_laravel
DB_USERNAME=root
DB_PASSWORD=root

Google recaptcha settings (which you can configure from https://www.google.com/recaptcha/admin/site)

ENABLE_CAPTCHA=true
NOCAPTCHA_SITEKEY=xxxxxxxxxx
NOCAPTCHA_SECRET=xxxxxxxxxxx

Email settings (using a provider like Mailgun, Amazon SES, etc)

  • Run php artisan key:generate

  • Run php artisan migrate

  • For Auth API (to configure Laravel Passport), run: php artisan passport:install

  • Run npm install && npm run dev

  • Run php artisan db:seed

  • Start the Laravel server php artisan serve --port=8000

  • Start the Websocket server (for chat functionality) php artisan websockets:serve

License

LMS-Laravel is licensed under the MIT license. Enjoy!

old-lms-laravel's People

Contributors

angelkurten avatar connecteev avatar gavinengel avatar jeremykenedy avatar shachafgoldstein 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

old-lms-laravel's Issues

install issue

when running php artisan app:install i get

  SQLSTATE[42S22]: Column not found: 1054 Unknown column 'Tables_in_LMS' in 'where clause' (SQL: SHOW TABLES WHERE Tables_in_LMS-laravel NOT REGEXP "[[.low-line.]]")

Fail on install

Hi,
First I need say thank you for make this awesome app.
I'm got some troubles when I run **php artisan app:install**, starts fine..
But when the installer will migrate and seed the modules nothing happens.

I executed the command php artisan module:list and returns empyt.

See the screenshot

screenshot

Can you help me?

Not Working

Nothing works except login and rest everything is empty links. Can you please update here the working one.

php artisan app:install not working

I don't found any of module , themes such folders.,
First time i was install and run it's ok, when i clear browser that's got route error.
so i re-clone from git and new installation at php artisan app:install not working.

Views missing

Hi I did a git clone then composer install but there are no views included in the project.

Anyone knows whats the problem?

empty app/Http/routes.php file

After the composer install command, the new project is missing routes. Do you recommend some common routes in routes.php? Perhaps this could contain some example routes, so that the new project has something to display as a 'hello world'?

ErrorException in D:\LMS\Laravel\vendor\laravel\framework\src\Illuminate\Support\Collection.php line 1045

Hi,

I successfully installed it.

Got only this warning while installing

`Executing Seed for module User
Class [Modules\User\Database\Seeders\UserTableSeeder] does not exists.
Executing Seed for module Dashboard
Class [Modules\Dashboard\Database\Seeders\DashboardTableSeeder] does not exists

Executing Seed for module Course
Class [Modules\Course\Database\Seeders\CourseTableSeeder] does not exists.`

Please suggest what shall i do?

Suggestion : Please host demo somewhere.

I am getting multiple view missing error, any solutions?

now I'm getting this error. What is the solution please?
Anyway a good work.

ErrorException in compiled.php line 13913:
View [Default.views.layouts.breadcrumbs] not found. (View: D:\Projects\xampp2\htdocs\laravel\Laravel_lms\Themes\Default\views\dashboard\learning.blade.php)

Thanks

default.views.errors.form_error

Whoops, looks like something went wrong.
2/2 ErrorException in FileViewFinder.php line 137: View [default.views.errors.form_error] not found. (View: /home/vagrant/Code/acad/themes/Default/views/auth/login.blade.php)

InvalidArgumentException in Finder.php line 546

Hi There;
I get that error message:
The "/media/disk/disk2/http/loopl/project/public/photos/1" directory does not exist.

1 is user id. you know.

If i create folder (user id = 1) than fix this. How can i auto create user id folder on photos directory?
How can i fix this?

my lfm.php :
*...
'use_package_routes' => true,
'middlewares' => ['web','auth'],
'prefix' => 'laravel-filemanager',
'allow_multi_user' => true,
'user_field' => 'id',
*...

ErrorException in FileViewFinder.php line 137

I get this error when i access the login page what could be the problem

ErrorException in FileViewFinder.php line 137: View [Default.views.errors.form-error] not found. (View: C:\wamp64\www\alms\Themes\Default\views\auth\login.blade.php)

Vendor Folder Missing

when launch the command "php artisan app:install" there are some errors

Failed opening required '/Applications/MAMP/htdocs/LMS-Laravel/vendor/autoload.php' (include_path='.:/usr/local/php5/lib/php') in /Applications/MAMP/htdocs/LMS-Laravel/artisan on line 18

i check but the vendor is missing in folder project

Thanks

Initializing the project in local machine

This is in line with #34 , I am having issues initializing the project properly. Can anyone please update the init process? The one suggested is to switch to dev branch and execute php artisan app:install from there. However, I am getting a sizeof(): Parameter must be an array or an object that implements Countable error.

Is the actual working copy just the dev branch?

Command aap:install is not defined!!

I ran composer install followed by php artisan app: install, I got below-mentioned errors.

'''Command "app:install" is not defined.
Did you mean one of these?
app:name
migrate:install '''

English

How can I get all the views in English?

Thank You!

sidebar routes?

could somebody publish the sidebar routes?
Thanks in advance

English support

Hello,
Thank you for making this great repository. This is the only LMS in Laravel that I found.
But I can see that the language is not 100% english.

Do you have plan to translate this repo to English?
Thank you.

Error in Database Migration

[Illuminate\Database\QueryException]
SQLSTATE[42000]: Syntax error or access violation: 1139 Got error 'POSIX co
llating elements are not supported at offset 1' from regexp (SQL: SHOW TABL
ES WHERE Tables_in_laralms NOT REGEXP "[[.low-line.]]")

no vendor/autoload.php

PHP Warning: require(/home/vagrant/code/LMS-Laravel/vendor/autoload.php): failed to open stream: No such file or directory in /home/vagrant/code/LMS-Laravel/artisan on line 18

Edit Course

Friend, I have a question, I installed everything and it worked correctly. However I do not find where to edit courses, how to create course and similar things.

php artisan app:install doesn't works

Command "app:install" is not defined.

Did you mean one of these?
app:name
migrate:install
module:install

Did composer install, update, etc...
Please help

Failed to download pingpong/themes from dist: The "https://api.github.com/repos/pingpong-labs/themes/zipball/6953a97b8b8c4ca5b82bae04de1c689199540e26"

[RuntimeException]
Failed to clone https://github.com/pingpong-labs/themes.git via https, ssh
protocols, aborting.

  • https://github.com/pingpong-labs/themes.git
    Cloning into '/var/www/html/LMS-Laravel-master/studity/vendor/pingpong/th
    emes'...
    fatal: unable to access 'https://github.com/pingpong-labs/themes.git/': C
    ould not resolve host: github.com

  • [email protected]:pingpong-labs/themes.git
    Cloning into '/var/www/html/LMS-Laravel-master/studity/vendor/pingpong/th
    emes'...
    ssh: Could not resolve hostname github.com: Name or service not known
    fatal: Could not read from remote repository.

    Please make sure you have the correct access rights
    and the repository exists.

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.