twin-elements/manual-bundle

Manual for CMS

Installs: 115

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:Twig

Type:symfony-bundle

v1.1.2 2022-07-29 11:54 UTC

This package is auto-updated.

Last update: 2024-04-29 04:47:26 UTC


README

#Installation ###1.Install composer require twin-elements/manual-bundle

###2.Add to routes.yaml

te_manual:
    resource: "@TwinElementsManualBundle/Controller/"
    prefix: /admin
    type: annotation
    requirements:
        _locale: '%app_locales%'
    defaults:
        _locale: '%locale%'
        _admin_locale: '%admin_locale%'
    options: { i18n: false }

###3.Done