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 d945e3a commit 7b1f3c8Copy full SHA for 7b1f3c8
.github/workflows/docker-compose-test.yml
@@ -47,7 +47,11 @@ jobs:
47
working-directory: /var/www
48
49
- name: Install Laravel Octane
50
- run: sudo script -e -c "composer require --no-interaction laravel/octane laravel/horizon" && sudo script -e -c "php artisan install:broadcasting --no-interaction --force"
+ run: sudo script -e -c "composer require --no-interaction laravel/octane laravel/horizon"
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"
55
working-directory: /var/www/app
56
57
- name: Copy required content
0 commit comments