Clarkeash Doorman Versions Save

Limit access to your Laravel applications by using invite codes

v9.0.0

1 month ago

What's Changed

New Contributors

Full Changelog: https://github.com/clarkeash/doorman/compare/v8.0.0...v9.0.0

v8.0.0

1 year ago

v7.0.0

2 years ago

Add support for Laravel 9.

v6.1.0

3 years ago

v6.0.0

3 years ago

Support for Laravel 8

v5.2.0

3 years ago

This release makes it easier to create an invite with unlimited redemptions.

Previously you would have to do this:

$invite = Doorman::generate()->uses(0)->once();

now you can do this:

$invite = Doorman::generate()->unlimited()->once();

v5.1.0

3 years ago

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();

v5.0.1

4 years ago

Add support for ramsey/uuid v4 (v3 will still work)

v5.0.0

4 years ago
  • Support for Laravel 7 (thanks @SamuelNitsche)
  • Support for any DateTimeInterface (thanks @mikemand)

v4.0.0

4 years ago
  • Add support for laravel 6
  • This release drops support for all 5.x versions of laravel