Skip to content
This repository was archived by the owner on Feb 2, 2018. It is now read-only.

Latest commit

 

History

History
21 lines (12 loc) · 581 Bytes

readme.md

File metadata and controls

21 lines (12 loc) · 581 Bytes

Circle CI

Installing

  • cp example.env env
  • Fill the missing data if any in .env
  • composer install && php artisan migrate:refresh --seed

Updating

php artisan pull

Linting

./vendor/bin/phpcs --colors -p

Testing

./vendor/bin/codecept run

Before running this command, if you have not already done if since the last update, run ./vendor/bin/codecept build.