From 16a2ef9fc33847d484c1b813d78ba76c7b649310 Mon Sep 17 00:00:00 2001 From: Jeroen van der Gulik Date: Thu, 5 Feb 2015 11:06:13 +0100 Subject: [PATCH] Update README.mdown Laravel 5 released --- README.mdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.mdown b/README.mdown index 17f15058..421a271d 100644 --- a/README.mdown +++ b/README.mdown @@ -265,7 +265,7 @@ Frameworks Integration can be used very easily with Monolog since it implements the interface. - [Symfony2](http://symfony.com) comes out of the box with Monolog. - [Silex](http://silex.sensiolabs.org/) comes out of the box with Monolog. -- [Laravel 4](http://laravel.com/) comes out of the box with Monolog. +- [Laravel 4 & 5](http://laravel.com/) come out of the box with Monolog. - [PPI](http://www.ppi.io/) comes out of the box with Monolog. - [CakePHP](http://cakephp.org/) is usable with Monolog via the [cakephp-monolog](https://github.com/jadb/cakephp-monolog) plugin. - [Slim](http://www.slimframework.com/) is usable with Monolog via the [Slim-Monolog](https://github.com/Flynsarmy/Slim-Monolog) log writer.