/keepgo-test

Primary LanguageDockerfile

How to install

make start

cp .env.example .env

make workspace

composer install

php artisan key:generate

php artisan migrate

php artisan db:seed

Run tests

php artisan test --testsuite=Feature --stop-on-failure