From 9ad5247c57cfcc05b45deaa5d8052707d37a2b0a Mon Sep 17 00:00:00 2001 From: Aleksey Perevoschikov Date: Fri, 31 Mar 2017 14:44:32 +0300 Subject: [PATCH] readme laravel version --- README.md | 4 ++-- composer.json | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5fda913..8f6c581 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Latest Stable Version License # LaravelPrettyErrors -Error formatter for Laravel 5. Provides a convenient display as HTML-page and in the browser console. +Error formatter for Laravel 5.1 or later. Provides a convenient display as HTML-page and in the browser console. Provides an enhanced view of the stack trace (viewing the contents of the arguments: **array**, **closure**, **resource**, **string**; and view **PHPDoc** classes and methods). Provides the opportunity to configure custom pages **404** and **500**. @@ -70,7 +70,7 @@ $production = [ 'file404' => '', // [string] fully qualified file name or blade-template name 'file500' => '', // [string] fully qualified file name or blade-template name - /* For blade-template, name it as 'view.404' where '404' is the name for 404.blade.php . + /* For blade-template, write 'view.404' where '404' is the name for 404.blade.php . You can use native PHP template. To do this, enter the fully qualified file name. The file may not be a template, but must return or print a string. diff --git a/composer.json b/composer.json index b86509c..c3a5d69 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,8 @@ } ], "require": { - "php" : "^7.0" + "php" : "^7.0", + "laravel/framework": ">=5.1" }, "autoload": { "psr-4": {