We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello there, I followed the kb article here https://support.plesk.com/hc/en-us/articles/12376918716695-How-to-enable-Queues-in-the-Laravel-project-for-Plesk-Laravel-Toolkit but my switch is still disabled.
The composer extension is installed. from shell php artisan queue:work works without problems.
php artisan queue:work
What am I missing?
The text was updated successfully, but these errors were encountered:
There is a comment under the kb article which you are attached to the issue.
You have to run php artisan config:clear in the cli. Then the switch is switchable.
php artisan config:clear
Sorry, something went wrong.
No branches or pull requests
Hello there,
I followed the kb article here https://support.plesk.com/hc/en-us/articles/12376918716695-How-to-enable-Queues-in-the-Laravel-project-for-Plesk-Laravel-Toolkit but my switch is still disabled.
The composer extension is installed.
from shell
php artisan queue:work
works without problems.What am I missing?
The text was updated successfully, but these errors were encountered: