2017 © Pedro PelĂĄez
 

library googleanalytics

Google Analytics plugin for Laravel 5

image

carloscsrm/googleanalytics

Google Analytics plugin for Laravel 5

  • Friday, May 22, 2015
  • by carlosrgzm
  • Repository
  • 2 Watchers
  • 0 Stars
  • 33 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

Google Analytics for Laravel 5

Plugin for Laravel 5 just to include Google Analytics script in your views, (*1)

If you want to use it in Laravel 4, please click here https://github.com/carlosrgzm/googleanalytics/tree/Laravel4, (*2)

Build Status Coverage Status Latest Stable Version Total Downloads Latest Unstable Version License, (*3)

Installation

  1. Add carloscsrm/googleanalytics to composer.json., (*4)

    "carloscsrm/googleanalytics": "2.0.*", (*5)

  2. Run composer update to pull down the latest version of Google Analytics package., (*6)

  3. Now edit config/app.php and add the service provider and the aliases in the providers and aliases arrays., (*7)

    providers 'Carloscsrm\Googleanalytics\GoogleanalyticsServiceProvider',, (*8)

    aliases 'Googleanalytics' => 'Carloscsrm\Googleanalytics\GoogleanalyticsFacade',, (*9)

Configuration

Run php artisan config:publish carloscsrm/googleanalytics and modify the config file with your own Analytics ID., (*10)

Usage

For using this package you can add this code in your templates, (*11)

{{Googleanalytics::render()}}, (*12)

The Versions

22/05 2015

dev-master

9999999-dev

Google Analytics plugin for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Carlos RodrĂ­guez

22/05 2015

v2.0.0

2.0.0.0

Google Analytics plugin for Laravel 5

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

by Carlos RodrĂ­guez

22/05 2015

dev-Laravel4

dev-Laravel4

Use google analytics in Laravel 4.

  Sources   Download

MIT

The Requires

 

by Carlos RodrĂ­guez

laravel php laravel4 google analytics

01/02 2015

v1.1.1

1.1.1.0

Use google analytics in Laravel 4.

  Sources   Download

MIT

The Requires

 

by Carlos RodrĂ­guez

laravel php laravel4 google analytics

01/02 2015

v1.1.0

1.1.0.0

Use google analytics in Laravel 4.

  Sources   Download

MIT

The Requires

 

by Carlos RodrĂ­guez

laravel php laravel4 google analytics

01/02 2015

v1.0.1

1.0.1.0

Use google analytics in Laravel 4.

  Sources   Download

MIT

The Requires

 

by Carlos RodrĂ­guez

laravel php laravel4 google analytics