We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ae04f36 + e675aed commit 14ce722Copy full SHA for 14ce722
ci/laravel.yml
@@ -13,6 +13,8 @@ jobs:
13
run: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
14
- name: Generate key
15
run: php artisan key:generate
16
+ - name: Directory Permissions
17
+ run: chmod -R 777 storage bootstrap/cache
18
- name: Create Database
19
run: |
20
mkdir -p database
0 commit comments