From 74f464cdfa96314b0d01e22a2154e5b87b8c05b7 Mon Sep 17 00:00:00 2001 From: "Barry vd. Heuvel" Date: Thu, 5 Feb 2015 09:09:13 +0100 Subject: [PATCH] Move to 1.8 instead of v1.x --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 57af03f9..0038f7c4 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 4, please use the [v1.x branch](https://github.com/barryvdh/laravel-debugbar/tree/v1.x)! +### For Laravel 4, please use the [1.8 branch](https://github.com/barryvdh/laravel-debugbar/tree/1.8)! 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.