/ULS

ulearn adaptive e-learning system

Primary LanguagePHPMIT LicenseMIT

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.