Iván Palacios
Iván Palacios
Any update on this?
Any news on this ?
Pretty convenient, thanks @elving :)
I don't think this project is still being maintained, the last commit was 2 years ago...
I had updated this issue, because I first had added an issue that I detected, but it had nothing to do with the deployment per-se, it was a configuration error...
I see, well good luck with that! @dweber019 if I upgrade dependencies or have enhancements I'll submit a PR, even though I don't think you accept PRs either.
With Laravel 11 things have changed a bit, now to set your middlewares inside the controllers you need to do as follows: ```php
I'm guessing it uses `Carbon` under the hood, a good solution it would be using `Carbon::setTestNow()` with your date before generating the token, so it can create it with the...