| Package Data | |
|---|---|
| Maintainer Username: | daylerees |
| Maintainer Contact: | me@daylerees.com (Dayle Rees) |
| Package Create Date: | 2016-02-08 |
| Package Last Update: | 2016-04-08 |
| Language: | PHP |
| License: | Unknown |
| Last Refreshed: | 2025-10-31 03:03:26 |
| Package Statistics | |
|---|---|
| Total Downloads: | 1,915 |
| Monthly Downloads: | 1 |
| Daily Downloads: | 0 |
| Total Stars: | 3 |
| Total Watchers: | 0 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
To install the anbu service agent:
composer require daylerees/anbu-agent
Install Anbu service profider in your Laravel 5.2.* app:
Anbu\Profiler\Providers\AnbuServiceProvider::class
Install the Anbu global middleware: ($middleware in App\Http\Kernel.php)
Anbu\Profiler\Middleware\AnbuMiddleware::class
Publish the configuration files:
php artisan vendor:publish
Add your anbu token to .env:
ANBU_TOKEN=this_is_my_anbu_token
Ensure that your app has debug mode enabled (for beta):
APP_DEBUG=true
You're done! Enjoy using the anbu beta!