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 2e276c8 commit 9eaf0b8Copy full SHA for 9eaf0b8
.github/workflows/laravel.yml
@@ -19,8 +19,6 @@ jobs:
19
run: |
20
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
21
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
22
- - name: Generate key
23
- run: php artisan key:generate
24
- name: Directory Permissions
25
run: chmod -R 777 storage bootstrap/cache
26
- name: Create Database
0 commit comments