daylerees / anbu-agent
The Anbu Profiler service agent.
Installs: 1 910
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- laravel/framework: ^5.2
This package is not auto-updated.
Last update: 2024-10-26 19:43:06 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!