Skip to content

Releases: clarkeash/doorman

v9.0.0

25 Mar 22:01
e94b6be
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v8.0.0...v9.0.0

Laravel 10 support

25 Feb 19:57
e55ea32
Compare
Choose a tag to compare
v8.0.0

update badge

Laravel 9

12 Feb 11:34
24d5197
Compare
Choose a tag to compare

Add support for Laravel 9.

PHP 8.0 support

16 Dec 20:22
Compare
Choose a tag to compare
v6.1.0

update

v6.0.0

05 Oct 17:31
34bc26d
Compare
Choose a tag to compare

Support for Laravel 8

v5.2.0

05 Jun 18:17
c373bc5
Compare
Choose a tag to compare

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

03 Jun 19:48
887a74b
Compare
Choose a tag to compare

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('me@ashleyclarke.me')->once();

Support ramsey/uuid v4

13 Apr 13:19
cb185d2
Compare
Choose a tag to compare

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

v5.0.0

08 Mar 13:03
6fcf6f5
Compare
Choose a tag to compare

v4.0.0

05 Sep 18:46
Compare
Choose a tag to compare
  • Add support for laravel 6
  • This release drops support for all 5.x versions of laravel