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.
yandex/translate-api
voku/simple_html_dom
league/flysystem-vfs
bkwld/upchuck
filament/spatie-laravel-tags-plugin
capell-app/block-library
axium/identity
cetria/laravel-dummy-models
cetria/reflection-helper
agropredict/sso-auth-bundle
evolvestudio/spam-protection
datacore/hub-sdk
develia/commons
cuci/prototurk-sdk
cuci/prototurk-sdk-symfony
develia/geo-bundle
dreamzy/livewire-charts
touchestate-sdk/php-sdk
22h/doctrine-garbage-collection-bundle
agtp/agtp-php