itk-dev/terms-bundle

Installs: 820

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

Type:symfony-bundle

1.0.0 2018-08-28 14:01 UTC

This package is auto-updated.

Last update: 2024-04-21 14:17:13 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.