Releases: clarkeash/doorman
Releases · clarkeash/doorman
v9.0.0
What's Changed
- Add Laravel 11.x Support by @vmiguellima in #79
New Contributors
- @vmiguellima made their first contribution in #79
Full Changelog: v8.0.0...v9.0.0
Laravel 10 support
v8.0.0 update badge
Laravel 9
PHP 8.0 support
v6.1.0 update
v6.0.0
v5.2.0
v5.1.0
When generating a single invite you can get direct access to the model rather than the collection.
Instead of calling make
call once
instead e.g.
$invite = Doorman::generate()->for('[email protected]')->once();
Support ramsey/uuid v4
Add support for ramsey/uuid v4 (v3 will still work)