alanvaill/laravel-profiler-admin is a Laravel package.
It currently has 1 GitHub stars and 16 downloads on Packagist (latest version 1.0.0).
Install it with composer require alanvaill/laravel-profiler-admin.
Discover more Laravel packages by alanvaill
or browse all Laravel packages to compare alternatives.
Last updated
Laravel Profiler Admin is a laravel (5.3) package that provides a UI to aggregate and view your application profiling information. While the UI is a laravel package, the reporting mechanisms that collect profiling information are designed to be framework agnostic.
Assuming you already have a laravel project started this will install the admin in your project
cd path/to/projectcomposer require alanvaill/laravel-profiler-adminAlanVaill\LaravelProfilerAdmin\Providers\ServiceProvider to your app providers configurationphp artisan migrate:status and php artisan migrate (This will install tables transaction_reports, query_logs, transaction_traces, error_logs in your app database)AlanVaill\LaravelProfilerAdapter\ServiceProvider to your app providers configuration Note order is important here, you must run migrations before adding this providerphp artisan vendor:publish/profiler path of your project url ie http://myproject.app/profilerb0782de1b6a8931b5d927e1299b79acfee9c2930