twin-elements / manual-bundle
Manual for CMS
Package info
github.com/twin-elements/manual-bundle
Language:Twig
Type:symfony-bundle
pkg:composer/twin-elements/manual-bundle
v1.1.2
2022-07-29 11:54 UTC
Requires
- php: ^7.1 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.4
- twin-elements/admin-bundle: ^1.0
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