itk-dev / terms-bundle
Installs: 834
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 4
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- friendsofsymfony/user-bundle: ^2.0
- symfony/symfony: ^3.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.10
- squizlabs/php_codesniffer: ^3.2
This package is auto-updated.
Last update: 2024-10-21 15:22:06 UTC
README
Installation
composer require itk-dev/terms-bundle dev-master
Enable the bundle in app/AppKernel.php
:
public function registerBundles() { $bundles = [ // … new ItkDev\TermsBundle\ItkDevTermsBundle(), ]; // … }
Add routes in `app/config/routing.yml', say:
terms_bundle: resource: '@ItkDevTermsBundle/Resources/config/routing.xml' prefix: /terms
Check default bundle configuration
bin/console config:dump-reference ItkDevTermsBundle
If the default configuration does not match your setup it can be
modified in app/config/config.yml
.
Make sure that itk_dev_terms.path
is set correctly to match your
setup.