| Package Data | |
|---|---|
| Maintainer Username: | jeremygiberson |
| Package Create Date: | 2017-01-23 |
| Package Last Update: | 2017-02-01 |
| Language: | JavaScript |
| License: | mit |
| Last Refreshed: | 2025-12-17 15:11:04 |
| Package Statistics | |
|---|---|
| Total Downloads: | 16 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 1 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 2 |
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/project
composer require alanvaill/laravel-profiler-admin
AlanVaill\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 provider
php artisan vendor:publish
/profiler path of your project url ie http://myproject.app/profiler
b0782de1b6a8931b5d927e1299b79acfee9c2930