Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 505 Bytes

installation.md

File metadata and controls

21 lines (17 loc) · 505 Bytes

Installation

  • Run command php composer.phar require opensoft/doctrine:additions-bundle:dev-master
  • Add this bundle to your app/AppKernel.php:
    public function registerBundles()
    {
        return array(
            // ...
            new Opensoft\DoctrineAdditionsBundle\OpensoftDoctrineAdditionsBundle(),
            // ...
        );
    }
  • That's it! Congratulations, Opensoft/DoctrineAdditionsBundle has been successfully installed!

Index