Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 521 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 521 Bytes

Laravel 8 Learning Management System - (LMS)

Screenshots

preview img

Run Locally

Clone the project

  git clone https://github.com/abdulaziz-m5u/course-LMS.git your-project

Go to the project directory

  cd your-project
  • Copy .env.example file to .env and edit database credentials there
    composer install
    php artisan key:generate
    php artisan db:seed

Login