aqeelit / ULS

ulearn adaptive e-learning system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Installation

In the root folder, find the .env file and change the following values

APP_NAME=
APP_URL=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=

Through terminal or command prompt, update composer to install the dependencies:

composer update

Run the migration command to create the tables

php artisan migrate

Run the seeder to import mandatory values to the tables

php artisan db:seed

License

ULEARN is open-source software licensed under the MIT License.

About

ulearn adaptive e-learning system

License:MIT License


Languages

Language:PHP 67.3%Language:CSS 32.6%Language:Batchfile 0.0%Language:SCSS 0.0%Language:Shell 0.0%