2017 © Pedro Peláez
 

symfony-bundle backend-google-analytics-config-bundle

Provide UI access to configuration properties from 'analytics' category.

image

modera/backend-google-analytics-config-bundle

Provide UI access to configuration properties from 'analytics' category.

  • Friday, July 13, 2018
  • by moderadev
  • Repository
  • 4 Watchers
  • 0 Stars
  • 1,080 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 2 Versions
  • 11 % Grown

The README.md

ModeraBackendGoogleAnalyticsConfigBundle

Contributes a section to Settings page that allows to configure Google Analytics., (*1)

Installation

Add a dependency to your composer.json by running:, (*2)

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:, (*3)

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)., (*4)

Licensing

This bundle is under the MIT license. See the complete license in the bundle: Resources/meta/LICENSE, (*5)

The Versions

13/07 2018

dev-master

9999999-dev

Provide UI access to configuration properties from 'analytics' category.

  Sources   Download

MIT

The Requires

 

The Development Requires