Home
Softono
LMS-Laravel

LMS-Laravel

Open source Blade
12
Stars
2
Forks
0
Issues
2
Watchers
6 months
Last Commit
LMS

About LMS-Laravel

Laravel Learning Management System (LMS)

Platforms

Web Self-hosted

Languages

PHP Blade

E-Learning Platform Made with Laravel

image

_That project was created at 2016 while i was learning Laravel that project was in laravel 5.4

For testing purpose i upgraded to it Laravel 10. I have added an commit to check which process i made to upgrade laravel 5.4 to 10. there might still few error/bugs becouse that project doesn't have any test cases writen _

Installation

  1. Clone this repo

    git clone https://github.com/emtiazzahid/e-learning.git
  2. Install composer packages

    cd e-learning
    composer install
  3. Create and setup .env file

    cp .env.example .env
    php artisan key:generate
  4. Migrate and insert records

    php artisan migrate --seed
  5. Run application

    php artisan serve
  6. Login

    email: [email protected]
    password: password

Few screenshots

image image image image image image image