It wasn't initially clear to me that I had to run a background process to get the full Pulse experience with the server cards. I got spoiled and used to having everything work on Laravel with a simple composer install command.
Would you accept a PR to the documentation to add more information about how to configure Supervisor?
It would reuse a lot of information from the Queues documentation and include the plug for Laravel Forge.
It would be especially useful to add the config itself. This is the one I've been using:
It wasn't initially clear to me that I had to run a background process to get the full Pulse experience with the server cards. I got spoiled and used to having everything work on Laravel with a simple
composer install
command.Would you accept a PR to the documentation to add more information about how to configure Supervisor? It would reuse a lot of information from the Queues documentation and include the plug for Laravel Forge.
It would be especially useful to add the config itself. This is the one I've been using:
I mostly re-used the queue config. Let me know if it can be improved for Pulse's usage.
Even if it doesn't get included in the docs, new users will at least be able to find this thread to get more information.