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

Laravel 10 compatibility #78

Closed SamuelNitsche closed 1 year ago

SamuelNitsche commented 1 year ago

This PR adds support for the upcoming version Laravel 10.

I also removed support for PHP 8.0 since the minimum version required by Laravel 10 is PHP 8.1. This means that this should probably be released as a new major version.

If you plan to merge this I am happy to also update the readme.

clarkeash commented 1 year ago

I'll be happy to merge this once laravel 10 is released next week. It would be great if you can update the readme too.

Thanks