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

Doctine Prefixr Bundle Laravel Package

chellem/doctine-prefixr-bundle

View on GitHub
Deep Wiki
Context7

DoctrinePrefixrBundle

Build Status Scrutinizer Code Quality SensioLabsInsight

What is does ?

This bundle add "prefix" to table, configured from the Bundle the entities is found.

For example, entities in AcmeDemo can have the prefix acme_demo and AcmeLogin might have acme_login

Installation

using Composer:

{
    "require": {
        "chellem/doctine-prefixr-bundle": "dev-master"
    }
}

CONFIGURATION

Register the bundle:

<?php
// app/AppKernel.php
public function registerBundles()
{
    $bundles = array(
        // ...
        new DoctrinePrefixr\Bundle\DoctrinePrefixrBundle\DoctrinePrefixrBundle(),
    );
    // ...
}

Configuration in your config.yml:

# app/config/config.yml
doctrine_prefixr:
    prefixes:
        # no need to add 'Bundle' to the Bundle name
        AcmeDemo: acme_demo
        AcmeLogin: acme_login
        MyCustom: my_custom
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.
hamzi/corewatch
minionfactory/raw-hydrator
hexters/coinpayment
rjcodes/rjcms
act-training/laravel-permissions-manager
alimarchal/laravel-chart-of-accounts
babenkoivan/elastic-scout-driver
mkwebdesign/filament-watchdog-v5
renatomarinho/laravel-page-speed
zedmagdy/filament-business-hours
renatovdemoura/blade-elements-ui
devgeek/beacon-admin
benjamin-rqt/data-watcher-bundle
atriumphp/atrium
sandermuller/package-boost-laravel
sandermuller/boost-skills
redaxo/core
yusufgenc/filament-api-forge
l3aro/rating-star-for-filament
leek/filament-subtenant-scope