Skip to content

Installation

Paul Schur edited this page Jul 4, 2022 · 2 revisions

Step 1

Download Code

git clone https://github.com/SchoolManagment/vocab.git

Step 2

Install Dependencies

composer install

Step 3

Edit Configuration Files Please copy the file .env.example to .env and edit the file

Step 4

Generate App Key

php artisan key:generate

Step 5

Migrating database tables:

php artisan migrate

Step 6

Open your Vocabular Trainer and enjoy it.

Clone this wiki locally