Skip to content

Releases: eramitgupta/laravel-role-permission

v2.3.0

18 Oct 17:51
55e3223
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.2.0...v2.3.0

Refactor: bind Role and Permission models directly in the service container

  • Refactored the PermissionServiceProvider to bind the Role and Permission models directly into the service container
  • Removed the need for publishing model stubs, simplifying the package setup process
  • The registered models now handle relationships with users, roles, and permissions, including support for permission expiration
  • Enhances flexibility by reducing setup steps for integrating the package into Laravel applications

v2.2.0

15 Oct 17:11
Compare
Choose a tag to compare

Full Changelog: v2.1.0...v2.2.0

Eager Loading Optimized

v2.1.0

15 Oct 02:40
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Houbsi made their first contribution in #4

Full Changelog: v2.0.0...v2.1.0

- Add Feature for blade @permission directive 

v2.0.0

13 Sep 19:42
Compare
Choose a tag to compare

What's Changed

feat: improve styling, add error handling, implement helper functions

  • Improved the styling across various components
  • Added error handling in key areas to avoid crashes
  • Implemented helper functions for code reuse
  • Updated the documentation to reflect new changes

v1.0.0

10 Aug 11:04
Compare
Choose a tag to compare