Skip to content

Tags: spatie/laravel-permission

Tags

6.21.0

Toggle 6.21.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2859 from TobMoeller/remove_multiple_roles

Allow removing multiple roles with the removeRole method

6.20.0

Toggle 6.20.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

6.19.0

Toggle 6.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2837 from Ken-vdE/patch-2

Fix guard_name not used to set default attribute in Role and Permission model

6.18.0

Toggle 6.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2840 from JHWelch/remove-unnecessary-call

Remove `collectPermissions` that is not being assigned

6.17.0

Toggle 6.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

6.16.0

Toggle 6.16.0's commit message
Fix styling

6.15.0

Toggle 6.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Updates to example app setup

6.14.0

Toggle 6.14.0's commit message
Fix styling

6.13.0

Toggle 6.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[Docs] Add instructions to reinitialize cache for multi-tenancy key s…

…ettings (#2804)

* docs(cache): add instructions for cache store change in multi-tenancy

when switching cache prefix/key/store during a request lifecycle, after the service provider has been loaded, the cache store should be reinitialized to make sure that the updated CacheStore is used for upcoming cache hits.


---------

Co-authored-by: Chris Brown <[email protected]>

6.12.0

Toggle 6.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #2798 from spatie/L12-workflows

Add Laravel 12 to GH workflows