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