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 2815e86 commit 8dc7484Copy full SHA for 8dc7484
.gitpod.yml
@@ -8,5 +8,5 @@ ports:
8
9
# List the start up tasks. You can start them in parallel in multiple terminals. See https://www.gitpod.io/docs/config-start-tasks/
10
tasks:
11
- - init: composer install
12
- command: composer dump-autoload && cp .env.example .env && php artisan dusk
+ - init: cp .env.example .env && composer install
+ command: composer dump-autoload && php artisan dusk
0 commit comments