Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 367 Bytes

readme.md

File metadata and controls

22 lines (14 loc) · 367 Bytes

step 1 : create config.php

look at config.sample.php

step 2: run migration script with php

script is located at: /db/migration.php

step 3: update composer

use: composer update

step 4: start php server

use:

cd public/

php -S localhost:8080