Home
Softono

LMS Laravel

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

 About LMS Laravel

Laravel Learning Management System (LMS)

Platforms

Web Self-hosted

Languages

PHP Blade

Need Help Installing LMS Laravel?

We provide expert installation service for this software. Our team will install, configure, and secure LMS Laravel on your server. plans start at just $30.

LMS Laravel

View on GitHub

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
  1. Install composer packages
cd e-learning
composer install
  1. Create and setup .env file
cp .env.example .env
php artisan key:generate
  1. Migrate and insert records
php artisan migrate --seed
  1. Run application
php artisan serve
  1. Login
email: [email protected]
password: password

Few screenshots

image image image image image image image