modera / backend-google-analytics-config-bundle
Provide UI access to configuration properties from 'analytics' category.
Installs: 36 679
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 3
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.4
- modera/backend-config-utils-bundle: ^3.1|^4.0|^5.0
- modera/backend-tools-settings-bundle: ^3.1|^4.0|^5.0
- modera/config-bundle: ^3.1|^4.0|^5.0
- modera/mjr-security-integration-bundle: ^3.1|^4.0|^5.0
- sergeil/expander-bundle: ^1.0
Requires (Dev)
- phake/phake: ^2.0
- phpunit/phpunit: ^5.5
- symfony/symfony: ^4.4|^5.0
This package is auto-updated.
Last update: 2024-10-27 12:12:28 UTC
README
Contributes a section to Settings page that allows to configure Google Analytics.
Installation
Add a dependency to your composer.json by running:
composer require modera/backend-google-analytics-config-bundle
You don't have to manually update your AppKernel class if you have modera/module-bundle
bundle installed already, otherwise
you need to add this to your AppKernel:
new \Modera\BackendGoogleAnalyticsConfigBundle\ModeraBackendGoogleAnalyticsConfigBundle(),
Documentation
You can use "modera_config_value" Twig function to fetch values of your configuration properties right from templates
(for this you need to use v1.1.0 of modera/config-bundle
bundle).
Licensing
This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE