Skip to content

joshbrw/laravel-debugbar-viewcomposers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Laravel Debugbar - ViewComposer Collection

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.

Installation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages