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 9eaf0b8 commit b15ecc6Copy full SHA for b15ecc6
.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: Directory Permissions
23
- run: chmod -R 777 storage bootstrap/cache
24
- name: Create Database
25
26
mkdir -p database
0 commit comments