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

Melodiia Laravel Package

biig/melodiia

View on GitHub
Deep Wiki
Context7

About CRUD Controllers

⚠️ By default Melodiia provides a doctrine integration. But if you didn't install Doctrine, it will not register CRUD controllers. Be sure Doctrine is installed.

Here are all the controllers for your CRUD.

CRUD action Service name
Create melodiia.crud.controller.create
Read (collection) melodiia.crud.controller.get_all
Read (item) melodiia.crud.controller.get
Update melodiia.crud.controller.update
Delete melodiia.crud.controller.delete

CRUD Controllers have options, here are a list of them and their availability by controller:

Option name Create Read Update Delete
melodiia_model x x x x
melodiia_form x x
melodiia_clear_missing x x
melodiia_serialization_group x
melodiia_security_check x x x x
melodiia_max_per_page x
melodiia_max_per_page_allowed x
melodiia_allow_user_define_max_per_page x

Example of route using options:

acme_article_get_collection:
    path: /api/v1/articles
    controller: 'melodiia.crud.controller.get_all'
    methods: 'GET'
    defaults:
        melodiia_model: App\Entity\Article
        melodiia_serialization_group: "list-article"
        melodiia_max_per_page: 25
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.
directorytree/privacy-filter-classifier
directorytree/privacy-filter
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
agtp/mod-php
splash/sonata-admin
splash/metadata
splash/openapi
splash/scopes
splash/toolkit
testo/output-teamcity
testo/bridge-symfony
spatie/flare-daemon-runtime