daylerees/anbu-agent

The Anbu Profiler service agent.
1,917 3
Install
composer require daylerees/anbu-agent
Latest Version:1.0.2
Last Updated:Apr 8, 2016
Links: GitHub  ·  Packagist
Maintainer: daylerees

Anbu Service Agent

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!

Related Packages

laracraft-tech/laravel-xhprof

Easy XHProf setup to profile your laravel application!

375,700 235
illuminated/db-profiler

Database Profiler for Laravel Web and Console Applications.

243,634 169
sebklaus/profiler

A profiler for Laravel 4. A continuation of the retired juy/profiler.

20,244 35
seantrane/profiler

A profiler for Laravel 4. A bespoke version of the sebklaus/profiler, which is a...

1,425 2
bavix/laravel-xhprof

Quick profiling of your code for Laravel

157,920 22