3. Make your Symfony2 bundle extendable »
composer require sonata-project/easy-extends-bundle --dev
Then, enable the bundle by adding it to the list of registered bundles
in bundles.php
file of your project:
// config/bundles.php
return [
// ...
Sonata\EasyExtendsBundle\SonataEasyExtendsBundle::class => ['all' => true],
];
Found a typo? Something is wrong in this documentation? Just fork and edit it!