Via Composer
$ composer require ndrx-io/profiler-laravel
'providers' => [
// Other Service Providers
\Ndrx\Profiler\Laravel\LaravelProfilerServiceProvider::class
]
'aliases' => [
// Other aliases
'Profiler' => \Ndrx\Profiler\Laravel\ProfilerFacade::class
]
$ php artisan vendor:publish
Please see CHANGELOG for more information what has changed recently.
$ composer test
Please see CONTRIBUTING and CONDUCT for details.
If you discover any security related issues, please email arnaud.lahaxe[at]versusmind.eu instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.