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 7b1f3c8 commit 6fd592cCopy full SHA for 6fd592c
.github/workflows/docker-compose-test.yml
@@ -51,7 +51,7 @@ jobs:
51
working-directory: /var/www/app
52
53
- name: Install Laravel Reverb
54
- run: sudo script -e -c "php artisan install:broadcasting --no-interaction --force"
+ run: sudo script -e -c "php artisan install:broadcasting --reverb --force"
55
56
57
- name: Copy required content
0 commit comments