Package Data | |
---|---|
Maintainer Username: | hbernaciak |
Maintainer Contact: | hubi@hubi.pl (Hubert Bernaciak) |
Package Create Date: | 2016-01-10 |
Package Last Update: | 2016-01-10 |
Home Page: | http://www.hubi.pl |
Language: | PHP |
License: | Unknown |
Last Refreshed: | 2025-02-07 15:01:45 |
Package Statistics | |
---|---|
Total Downloads: | 19 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 0 |
My first Laravel package via composer done just for learning :) But works, if you want to use Piwik tracking code in your project :)
Add this middleware to the last array element to $middleware array in /app/Http/Kernel.php:
protected $middleware = [
\Illuminate\Foundation\Http\Middleware\CheckForMaintenanceMode::class,
...
\App\Http\Middleware\PiwikCode::class
];