laravel-pseudo-daemon icon indicating copy to clipboard operation
laravel-pseudo-daemon copied to clipboard

A Laravel package to mimic daemons via scheduled commands without having to change server configuration.

Results 4 laravel-pseudo-daemon issues
Sort by recently updated
recently updated
newest added

This is an automated pull request from [Shift](https://laravelshift.com) to update your package code and dependencies to be compatible with Laravel 11.x. **Before merging**, you need to: - Checkout the `l11-compatibility`...

Hi, Gotta give it to you for this package! :) A few things came across my mind: 1. I think it is better to have `Daemon` classes instead of requiring...

Hi, Is there a way to make the daemon never restart? I looked at the code, I think -1 will do the job, but seems hacky :)

First off, thanks for a great package! Really easy to use and useful. I'm using Forge and Envoyer, but for some reason my pseudo-daemons are not restarting after deployments. I've...