Skip to content

Tags: laravel-doctrine/acl

Tags

1.2.0

Toggle 1.2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
eigan Einar Gangsø
1.2.0

- Laravel 7 support #52 @barryo

1.1.1

Toggle 1.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
eigan Einar Gangsø
Fix fatal error on Lumen with Laravel 6. Fixed by @knnnrd (#51)

1.1.0

Toggle 1.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
eigan Einar Gangsø
- Support for Laravel 6.0. Thank you @remarkusable! (#49)

- PHP 7.2 is now required.

1.0.18

Toggle 1.0.18's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
eigan Einar Gangsø
- Fix #25, thanks @mxkh!

- We no longer support HHVM and PHP 5.5 (removed from Travis CI)

v1.0.17

Toggle v1.0.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #44 from websmurf/1.0-change-table-exists-check

Changed tableExists check to be less resource intensive for large clusters

1.0.16

Toggle 1.0.16's commit message
Fixed mapping subscribers for Laravel 5.4 (#35)

In Laravel 5.4 the ability to provide parameters to `make` was removed, this change reworks the instantiation of subscribers so that they are no longer resolved from the container.

This change should be compatible with previous Laravel versions.

1.0.15

Toggle 1.0.15's commit message
Support L5.4

1.0.14

Toggle 1.0.14's commit message
Support Laravel 5.3

1.0.13

Toggle 1.0.13's commit message
Support ORM 1.2

1.0.12

Toggle 1.0.12's commit message
Merge pull request #23 from R3VoLuT1OneR/1.0

Fix: hasPermissionTo fail check if object provided