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 1bb4a18 commit 55612e4Copy full SHA for 55612e4
README.md
@@ -135,7 +135,7 @@ Otherwise `parseConfig.php` looks for a json file generated earlier that contain
135
136
```
137
[program:$queue]
138
-command=sudo php artisan doctrine:queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --daemon
+command=sudo php artisan queue:work $connection --queue=$queue --tries=$tries --sleep=$sleep --daemon
139
directory=/var/app/current/
140
autostart=true
141
autorestart=true
0 commit comments