clarkeash / doorman

Limit access to your Laravel applications by using invite codes
https://packagist.org/packages/clarkeash/doorman
MIT License
1.02k stars 45 forks source link

Allow all kinds of dates to be used for expiresOn #49

Closed mikemand closed 4 years ago

mikemand commented 4 years ago

Currently, we are locked to using Carbon. I use CarbonImmutable by default in my application, so I have to work around this.

clarkeash commented 4 years ago

@mikemand looks good, thanks!