2017 © Pedro Peláez
 

library laratracker

Tracking for laravel 5

image

gabber12/laratracker

Tracking for laravel 5

  • Friday, February 17, 2017
  • by gabber12
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

LaraTracker

Tracking for Laravel

Build Status Coverage Status StyleCI, (*1)

Table Of Contents

Installation

To install Laratracker use composer, (*2)

Download

composer require gabber12/Laratracker

Add service provider & alias

Add the following service provider to the array in: config/app.php, (*3)

Laratracker\Links\TrackingServiceProvider::class,

Add the following alias to the array in: config/app.php, (*4)

'Tracker' => Laratracker\Links\Facades\Tracker::class,

Publish the assets

php artisan vendor:publish

Migrate

php artisan migrate

Usage

To create links, go in the view where you want to add a traked link and instead of using the typical url operations:, (*5)

{{ url('http://google.com') }}
{{ route('google') }}

Use the package facade:, (*6)

{{ Tracker::url('http://google.com') }}
{{ Tracker::route('google') }}

The Versions

17/02 2017

dev-tests/controller-test

dev-tests/controller-test

Tracking for laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

17/02 2017

dev-tests/check-expandedUrl

dev-tests/check-expandedUrl

Tracking for laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

17/02 2017

dev-fix/shortenFix

dev-fix/shortenFix

Tracking for laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires