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

adeoweb/custom-entity-bundle

Symfony bundle for Akeneo PIM that streamlines creating and managing reference data (custom entities) and related UI views. Install via Composer, register routes and bundle, and optionally add a quick export job for CSV reference data.

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.
emuniq/filament-browser-notifications
syriable/filament-translator
hungnm28/livewire-form
wenprise/eloquent
crudly/encrypted
fadion/bouncy
cuci/prototurk-sdk
gos/pubsub-router-bundle
cuci/prototurk-sdk-symfony
clementtalleu/easyadmin-markdown-bundle
codeflextech/permission-manager
karnoweb/livewire-datepicker
sayedenam/sayed-dashboard
milito/query-filter
apiboxsym/user-bundle
apiboxsym/health-check-bundle
jayeshmepani/jpl-moshier-ephemeris-php
elnasnato/laraliveui
labrodev/rest-sdk
sampaui/sampaui