Skip to content

emtiazzahid/lms-laravel

Repository files navigation

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

Few screenshots

image image image image image image image