We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6fb0aa commit 6f568f5Copy full SHA for 6f568f5
laravel/gitlab/index.html
@@ -118,7 +118,7 @@ <h3>GitLab CI/CD configuration for a Laravel application running with Kool.dev</
118
php-security-checker: kool run phpqa security-checker security:check composer.lock
119
phpunit: kool exec app ./vendor/bin/phpunit
120
start:chrome: kool docker -- --name="chromedriver" --network=$KOOL_GLOBAL_NETWORK -d --shm-size=256M fireworkweb/chromedriver:latest
121
- stop:chrome: kool docker stop chromedriver
+ stop:chrome: docker stop chromedriver
122
dusk: kool run artisan dusk
123
php-cs-fixer-check:
124
- kool run phpqa php-cs-fixer fix --diff --dry-run app/
0 commit comments