symfony/acl-bundle
Symfony ACL Bundle enables resource-based authorization using Access Control Lists. Define and check permissions on domain objects/resources to manage fine-grained access rules. Includes documentation and a PHPUnit-based test suite for verification.
The ACL bundle makes it possible to grant authorization based on resources.
Read the bundle documentation.
You can run the unit tests with the following command:
$ cd path/to/acl-bundle/
$ composer.phar install --dev
$ ./vendor/bin/simple-phpunit
How can I help you explore Laravel packages today?