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

Doctrine Table Prefix Bundle Laravel Package

cleentfaar/doctrine-table-prefix-bundle

View on GitHub
Deep Wiki
Context7

CleentfaarDoctrineTablePrefixBundle

Latest Stable Version Scrutinizer Quality Score Code Coverage Build Status Total Downloads

What is it?

This bundle allows doctrine to recognize any prefix you might use on your table names (e.g. acme_). It is an updated and revisioned version of the original bundle by GrifiS, which had a lot of compatibility issues and missed some key things that I needed for my own projects.

Installation

1) Install the bundle using composer

Add CleentfaarDoctrineTablePrefixBundle in your composer.json:

{
    "require": {
        "cleentfaar/doctrine-table-prefix-bundle": "*"
    }
}

Now tell composer to download the bundle by running the command:

$ php composer.phar update cleentfaar/doctrine-table-prefix-bundle

Composer will install the bundle to your project's vendor/cleentfaar directory.

2) Enable the bundle

Enable the bundle in the kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Cleentfaar\Bundle\DoctrineTablePrefixBundle\CleentfaarDoctrineTablePrefixBundle(),
    );
}

Default prefix is "sf_".

You can change the prefix in your configuration:

# app/config/config.yml
cleentfaar_doctrine_table_prefix:
    prefix: sf_
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.
calmfox/watch-sylius
damienfern/grpc-symfony-bundle
atoolo/index-bundle
atoolo/genai-bundle
coprotoai/laravel-ticket
davidjln/llm-carbon-bundle
cryonighter/valid-request-bundle
coolms/taxonomy-bundle
coolms/field-bundle
articulate-orm/symfony
aaix/laravel-tall-architect
ephoto/akeneo-connector
emmanuelballery/eb-plantumlbundle
emielburgman/symfony-visitor-beacon
emielburgman/symfony-visit-storage
emielburgman/symfony-security-headers
emielburgman/symfony-log-viewer
emarref/xdebug-bundle
emarref/pubnub-bundle
elriseio/finance-money-bundle