Mateusjunges Laravel Acl Versions Save

This package helps you to associate users with permissions and permission groups with laravel framework

v4.2.2

1 year ago

What's Changed

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/v4.2.1...v4.2.2

v4.2.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/v4.2.0...v4.2.1

v4.2.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/v4.1.1...v4.2.0

v4.1.1

1 year ago

What's Changed

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/v4.1.0...v4.1.1

v4.1.0

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/v4.0.0...v4.1.0

v4.0.0

2 years ago

What's Changed

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/3.0.2...v4.0.0

3.0.2

2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mateusjunges/laravel-acl/compare/3.0.1...3.0.2

3.0.1

2 years ago
  • Fix paths on ACLServiceProvider

3.0.0

2 years ago
  • Move namespace Junges\ACL\Traits to Junges\ACL\Concerns
  • Move namespace Junges\ACL\Http\Models to Junges\ACL\Models
  • Drop support for Laravel below 7.28
  • Drop support for PHP 7.3
  • Fix styling using PHP CS Fixer
  • Improve test coverage

2.6.1

3 years ago
  • Merge some dependabot PR with dependencies updates.