| Package Data | |
|---|---|
| Maintainer Username: | joshbrw | 
| Maintainer Contact: | josh@joshbrown.me (Josh Brown) | 
| Package Create Date: | 2016-05-23 | 
| Package Last Update: | 2016-05-23 | 
| Language: | PHP | 
| License: | MIT | 
| Last Refreshed: | 2025-10-31 03:05:34 | 
| Package Statistics | |
|---|---|
| Total Downloads: | 8 | 
| Monthly Downloads: | 0 | 
| Daily Downloads: | 0 | 
| Total Stars: | 0 | 
| Total Watchers: | 0 | 
| Total Forks: | 1 | 
| Total Open Issues: | 1 | 
This package allows you to see which View Composers are being triggered during page rendering. The aim of this package is to help you drill-down exactly where your View variables are coming from.
Require this package with Composer:
composer require joshbrw/laravel-debugbar-viewcomposers
After running composer update, add the Service Provider to your providers array in config/app.php:
Joshbrw\DebugbarViewComposers\ServiceProvider::class