2017 © Pedro Peláez
 

library laravel-google-analytics

image

thomaswelton/laravel-google-analytics

  • Thursday, November 14, 2013
  • by thomaswelton
  • Repository
  • 2 Watchers
  • 7 Stars
  • 1,181 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Build Status Latest Stable Version Total Downloads Bitdeli Badge, (*1)

Installation

Update your composer.json file to include this package as a dependency, (*2)

"thomaswelton/laravel-google-analytics": "dev-master"

Register the GoogleAnalytics service provider by adding it to the providers array in the app/config/app.php file., (*3)

Thomaswelton\LaravelGoogleAnalytics\LaravelGoogleAnalyticsServiceProvider

Alias the GoogleAnalytics facade by adding it to the aliases array in the app/config/app.php file., (*4)

'aliases' => array(
    'GoogleAnalytics' => 'Thomaswelton\LaravelGoogleAnalytics\Facades\GoogleAnalytics'
)

Configuration

Copy the config file into your project by running, (*5)

php artisan config:publish thomaswelton/laravel-google-analytics

Edit the config file to include your account ID, (*6)

The Versions

14/11 2013

dev-master

9999999-dev

  Sources   Download

The Requires