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 36c43fc commit d3c95e7Copy full SHA for d3c95e7
.github/workflows/laravel.yml
@@ -20,10 +20,6 @@ jobs:
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
23
- - name: Generate key
24
- run: php artisan key:generate
25
- - name: Directory Permissions
26
- run: chmod -R 777 storage bootstrap/cache
27
- name: Create Database
28
run: |
29
mkdir -p database
0 commit comments