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 d731738 commit 04568f9Copy full SHA for 04568f9
templates/stackup.dist.yaml
@@ -95,6 +95,7 @@ tasks:
95
96
- name: horizon queue
97
id: horizon-queue
98
+ if: composerJson(env("LOCAL_BACKEND_PROJECT_PATH") + "/composer.json").HasDependency("laravel/horizon");
99
command: php artisan horizon
100
path: '{{ env("LOCAL_BACKEND_PROJECT_PATH") }}'
101
platforms: ['linux', 'darwin']
0 commit comments