github JosephSilber/bouncer v0.1.3

latest releases: v1.0.2, v1.0.1, v1.0.0...
pre-release8 years ago
  • You can now call Bouncer::exclusive() to have Bouncer deny any abilities that have not been granted via Bouncer. This will cause the Gate to skip any abilities that you have defined in your code.
  • You can now set your own custom table names:
Bouncer::tables([
    'abilities' => 'my_abilities',
    'roles'     => 'my_roles',
]);

Don't miss a new bouncer release

NewReleases is sending notifications on new releases.