Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Acl Helper Bundle Laravel Package

curiosity26/acl-helper-bundle

View on GitHub
Deep Wiki
Context7
V1.2.12

Symfony dependency updates for security fixes.

v1.2.11

When using findBy or findByOne methods on the AclHelperAgent, you can now filter by using complex criteria such as LIKE or BETWEEN and even filter on values of deep associations.

$agent->findBy($identity, $mask, [
    'children.createdAt' => ['BETWEEN' => [$yesterdayDateTime, $todayDateTime]],
    'children.name' => ['IN' => ['Laura', 'David']],
    'children.sibling' => ['!=' => 1],
]);

Also, allows for the user of using class-level ACLs in queries. This is turned on by default. This may differ from the default behavior of the ACL Bundle, which allows for Class-level security definitions but doesn't always seem to trust them.

v1.2.10

Index fields to speed lookup

v1.2.9

Last pass on missing mapping attributes.

v1.2.8

Fixed issue with ancestor mapping and added proper unique constraints

v1.2.7

Username is a boolean field for SecurityIdentities. Don't you hate it when you just made a release and you see a glaring, minor issue. It's annoying.

v1.2.6

Fix issues in ORM mapping that generates correct table structures. Handle nulls properly in criteria queries.

v1.2.5

Fixes issue when using criteria to filter the agent's results.

v1.2.4

Add casting back in but in a better way

v1.2.1

Bug fixes for when roles hierarchy isn't used.

v1.2

Added quick method of deleting the ACL

v1.1

Add ACL Manager to make it easier to roll up ACLs.

v1.0

Initial release. There can be only one!

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
comsave/common
alecsammon/php-raml-parser
chrome-php/wrench
lendable/composer-license-checker
typhoon/reflection
mesilov/moneyphp-percentage
mike42/gfx-php
bookdown/themes
aura/view
aura/html
aura/cli
povils/phpmnd
nayjest/manipulator
omnipay/tests
psr-mock/http-message-implementation
psr-mock/http-factory-implementation
psr-mock/http-client-implementation
voku/email-check
voku/urlify
rtheunissen/guzzle-log-middleware