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

Custom Entity Bundle Laravel Package

akeneo-labs/custom-entity-bundle

View on GitHub
Deep Wiki
Context7

CRUD managers

The bridge between entity / document managers is done with CRUD managers.

If you need to implement other backends, or specific business logic, you can create your own manager by implementing the Pim\Bundle\CustomEntityBundle\Manager\ManagerInterface interface, or overriding the Pim\Bundle\CustomEntityBundle\Manager\Manager class.

Your manager can be registered by using the pim_custom_entity.manager tag in your DI:

    services:
        acme_catalog.manager.my_manager:
            class: Acme\Bundle\CatalogBundle\Manager\MyManager
            tags:
                - { name:   pim_custom_entity.manager, alias: my_manager }

The manager for each class can be specified in your custom_entities.yml files:

    custom_entities:
        my_entity:
            class: Acme\Bundle\CatalogBundle\Entity\MyEntity
            options:
                manager: my_manager
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.
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope
nawasara/auth-primitives
adhocrat-io/arkhe-main
make-dev/orca-harpoon
itsemon245/lamet
baks-dev/dashboard
amoifr/pickle-panther-bundle
make-dev/orca
dmstr/symfony-system-resources-bundle
dmstr/symfony-job-queue-bundle
dmstr/openapi-json-schema-bundle
dmstr/keycloak-security-bundle
dmstr/doctrine-audit-log-bundle