Chris Tankersley
Chris Tankersley
Hello! Could you please post this PR against dragonmantank/cron-expression, this version of the library is no longer maintained. Thanks!
I want to say that this is outside the scope of the library most likely. The Cron program does a few different things, which includes collecting and managing all of...
I'm trying to get a handle on this, and #148. What time did the error occur? I've been testing various times on the current `master` branch and it seems to...
This is actually something we've identified, and will be fixing. In the meantime, you can configure two clients, one with basic auth and one with signature auth. There is no...
There will be some changes when v0.3 drops here relatively soon. It's close to this v0.1, but some minor changes.
Hello! Is publish no longer picking up our plugin? I believe it used to automatically be found and published when `artisan vendor:publish` was run.
A formal switchover is on our roadmap, don't worry. At the moment there aren't any new product releases coming that will impact this Laravel package, and it will most likely...
The error indicates we couldn't find a compatible set of credentials, which could mean we aren't reading the ENV settings correctly. We did push a change back near the end...
@cverster What version of Laravel are you using? The above code looks correct, and as long as the `.env` file is updated everything should just flow through (I had almost...
I did some more digging on this, as the Notification channel should use whatever auth we set up. If we support an auth set, so does Notification channel. The Laracast...