From 8f1cdd7fe6e1e5a5f6791dc7816cd148498e354b Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 3 Feb 2015 20:48:40 +0100 Subject: [PATCH] Link to 1.x for L4 --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 2263f327..57af03f9 100644 --- a/readme.md +++ b/readme.md @@ -3,6 +3,8 @@ [![Latest Stable Version](https://poser.pugx.org/barryvdh/laravel-debugbar/version.png)](https://packagist.org/packages/barryvdh/laravel-debugbar) [![Total Downloads](https://poser.pugx.org/barryvdh/laravel-debugbar/d/total.png)](https://packagist.org/packages/barryvdh/laravel-debugbar) +### For Laravel 4, please use the [v1.x branch](https://github.com/barryvdh/laravel-debugbar/tree/v1.x)! + This is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel 5. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Laravel. It bootstraps some Collectors to work with Laravel and implements a couple custom DataCollectors, specific for Laravel.