Skip to content

Prom12/lmsxtraclass

Repository files navigation

Learning Management System (Side Project)

Table of contents

Overview

Users should be able to:

  • Add and Update User data
  • Purchase Course
  • Partake in lessons
  • Earn a badge
  • etc.......

Screenshot

Laravel XtraClasses

alt alt alt alt alt

My process

Built with

  • Bootstrap
  • Laravel

How To Install

  • IF you haven't Installed Laravel before:

  • Install composer

  • Install xampp server with a minimum php version of 7.3

  • Type composer install

  • Type npm install

DataBase

  • Create a database table in mysql

  • With DB_Name = ......

  • UserName = ......

  • no password

Migration

  • Type php artisan migrate in files command prompt
  • To migrate tables

Seeding

  • Type php artisan db:seed in command prompt

How To start

  • Type npm run watch
  • Type in another command prompt type:
  • Start server by: typing php artisan serve
  • copy the url and Load in browser

Author