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 6a3327e commit 267671eCopy full SHA for 267671e
.github/workflows/laravel.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Copy .env
20
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
21
- name: Install Dependencies
22
- run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
+ run: composer install -q --no-interaction --no-scripts --no-progress --prefer-dist --no-dev
23
- name: Generate key
24
run: php artisan key:generate
25
- name: Directory Permissions
0 commit comments