dev-direct-bundle-csrf
dev-direct-bundle-csrf
MIT
The Requires
- php >=5.3.0
- symfony/framework-bundle ~2.0
dev-crub_pagination_fetch_fix
dev-crub_pagination_fetch_fix
MIT
The Requires
- php >=5.3.0
- symfony/framework-bundle ~2.0
Integrates MJR theme, (*1)
``` bash composer require modera/mjr-theme-integration-bundle:4.x-dev, (*2)
This command requires you to have Composer installed globally, as explained in the [installation chapter](https://getcomposer.org/doc/00-intro.md) of the Composer documentation. ### Step 2: Enable the Bundle This bundle should be automatically enabled by [Flex](https://symfony.com/doc/current/setup/flex.html). In case you don't use Flex, you'll need to manually enable the bundle by adding the following line in the `config/bundles.php` file of your project: ``` php <?php // config/bundles.php return [ // ... Modera\MJRThemeIntegrationBundle\ModeraMJRThemeIntegrationBundle::class => ['all' => true], ];
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE, (*3)
MIT
MIT