daylerees/anbu-agent

There is no license information available for the latest version (1.0.2) of this package.

The Anbu Profiler service agent.

1.0.2 2016-02-14 15:30 UTC

This package is not auto-updated.

Last update: 2024-04-27 17:09:11 UTC


README

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!