Zachary Vander Velden
Zachary Vander Velden
This is awesome! Looking forward to this feature. One thing Laravel does that I always appreciated was to use certain client implementations under the hood automatically based on environment variables....
> Yeah, these are what I was worried about... Makes sense! Abstracting the configuration behind env variables can always be a future enhancement if that is the direction it goes.
Very interesting article!! Thanks!! Small nit on a typo: "SSH will usually complain if anyone else **has** access to it" "If you don't really know what a public key **is**"
@NickJorens I've successfully worked around this by applying this same code changes that are in @ttrig's [PR](https://github.com/glesys/butler-service/pull/74)
Any of these would work :) My use case is simply that I need to run some code every X minutes. There are no requirements for a specific API. Is...