PHP code example of ndrx / profiler-laravel
1. Go to this page and download the library: Download ndrx/profiler-laravel library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
ndrx / profiler-laravel example snippets
php
'providers' => [
// Other Service Providers
\Ndrx\Profiler\Laravel\LaravelProfilerServiceProvider::class
]
php
'aliases' => [
// Other aliases
'Profiler' => \Ndrx\Profiler\Laravel\ProfilerFacade::class
]
bash
$ php artisan vendor:publish