From 1b2307ca179a6f2a4339c426dfc4c415f73ec29d Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Tue, 3 Feb 2015 20:47:14 +0100 Subject: [PATCH] Dump branch --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 3316a2ab..36c8cba2 100644 --- a/readme.md +++ b/readme.md @@ -3,7 +3,7 @@ [![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 5, please use the [2.0 branch](https://github.com/barryvdh/laravel-debugbar/tree/2.0)! +### For Laravel 5, please use the [2.0 branch](https://github.com/barryvdh/laravel-debugbar)! This is a package to integrate [PHP Debug Bar](http://phpdebugbar.com/) with Laravel. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Laravel.