crayner/doctrine-bundle

Doctrine Bundle for Symfony 4+

Installs: 52

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 1

Open Issues: 0

Type:symfony-bundle

1.0.10 2020-12-09 22:10 UTC

README

Doctrine Bundle Project - Symfony 4+

Version 1.0.10

Features

Installation

Applications that use Symfony Flex

Open a command console, enter your project directory and execute:

$ composer require crayner/doctrine-bundle

Applications that don't use Symfony Flex

Step 1: Download the Bundle

Enter your project directory and execute the following command to download the latest stable version of this bundle:

$ composer require crayner/doctrine-bundle

This command requires you to have Composer installed globally, as explained in the installation chapter of the Composer documentation.

Step 2: Enable the Bundle

Then, enable the bundle by adding it to the list of registered bundles in the config/Bundles.php file of your project:

<?php
return [
    //...
    //
    Crayner\Doctrine\CraynerDoctrineBundle::class => ['all' => true],
];

To Do (Limitations)

  • The prefix is not yet effective when using the migration bundle.

MIT License