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

GroupEat/groupeat-api

Repository files navigation

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.