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 016d079 commit 916b60fCopy full SHA for 916b60f
.github/workflows/laravel.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Remove Nova on a pull request
50
if: github.event_name == 'pull_request'
51
- run: composer remove laravel/nova --no-update --no-interaction
+ run: composer remove laravel/nova --no-update --no-interaction --dev
52
53
- name: Copy .env
54
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
0 commit comments