WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: santigarcor/laratrust

8.5.1

08 Oct 21:44

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.5.0...8.5.1

8.5.0

02 Jun 14:30

Choose a tag to compare

What's Changed

  • Add doesntHavePermission and isNotAbleTo methods by @gdebrauwer in #696
  • fix(#692): Error in front when create new role with Model::shouldBeStrict() by @bvrignaud in #693

New Contributors

Full Changelog: 8.4.1...8.5.0

8.4.1

31 Mar 14:04
f0b90fc

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.4.0...8.4.1

8.4.0 Laravel 12.x Compatibility

24 Feb 16:00

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.1...8.4.0

Fix PHP 8.4 Support

16 Jan 15:36

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.3.0...8.3.2

8.3.1

03 Apr 22:49
9510e60

Choose a tag to compare

fix: added missing import (#671)

Enable Laravel 11

13 Mar 17:00

Choose a tag to compare

8.3.0

Update docs

8.2.2: Apply fixes from StyleCI (#662)

18 Jan 23:38
c95c520

Choose a tag to compare

Fix Str::contains deprecation

Permissions as gates attributes

17 Apr 14:48

Choose a tag to compare

  • Add possibility to pass extra params to the permissions as gates as the team and requireAll. (a745962)

Add backed enums support

14 Apr 15:32
194a8f5

Choose a tag to compare

  • Add backed enums support #627
  • Fix wrong import in stub #629