twin-elements / settings-bundle
Settings core library for CMS
Package info
github.com/twin-elements/settings-bundle
Type:symfony-bundle
pkg:composer/twin-elements/settings-bundle
v1.0.4
2022-07-29 12:05 UTC
Requires
- php: ^7.4 || ^8.0
- symfony/framework-bundle: ^4.4 || ^5.4
- twin-elements/admin-bundle: ^1.11
Conflicts
- twin-elements/admin-bundle: <1.11.3
README
#Installation
in bundles.php
TwinElements\SettingsBundle\TwinElementsSettingsBundle::class => ['all' => true],
in routes.yaml
settings_admin:
resource: "@TwinElementsSettingsBundle/Controller/"
prefix: /admin
type: annotation
requirements:
_locale: '%app_locales%'
defaults:
_locale: '%locale%'
_admin_locale: '%admin_locale%'
options: { i18n: false }