dikrifzn / il-learning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ALOPE Logo

IL-LEARNING

made according to college experience to improve personal skills. The application is still in the development stage.

How To Install

1). Setup Project

composer install

and

npm install

2). Copy .env.example file to .env on the root folder.

cp .env.example .env

3). Open your .env file and change the database name (DB_DATABASE) according to the database you have

4). Generate APP KEY

php artisan key:generate

5). Run Migration and seeder (Make sure your XAMPP/Laragon or something is running)

php artisan migrate

and for run seeder

php artisan db:seed

or you can do this

php artisan migrate:fresh --seed

6). Run the project

php artisan serve
npm run dev

7). For an initial account, first log in with the admin role, please log in with the following account:

email: admin@gmail.com
password: password

About


Languages

Language:Blade 60.8%Language:PHP 26.3%Language:Vue 11.4%Language:TypeScript 1.0%Language:JavaScript 0.5%Language:SCSS 0.0%Language:CSS 0.0%