Skip to content

v2.3.0

Latest
Compare
Choose a tag to compare
@eramitgupta eramitgupta released this 18 Oct 17:51
· 14 commits to main since this release
55e3223

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