Skip to content
This repository was archived by the owner on Jan 27, 2021. It is now read-only.

Latest commit

 

History

History
22 lines (12 loc) · 399 Bytes

README.md

File metadata and controls

22 lines (12 loc) · 399 Bytes

Clippy

How to install

Get the project, run

composer install

You should get everything now, in order to work properly you'll have few more step.

First you need to fill up the file app/config/database.php with your relevant informations.

Then you have to run :

php artisan migrate
php artisan db:seed

This will create for you tables and every datas needed.

Have fun :)