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: | 2024-11-20 03:02:55 |
Package Statistics | |
---|---|
Total Downloads: | 8 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
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