Download the PHP package peraleks/laravel-pretty-errors without Composer
On this page you can find all versions of the php package peraleks/laravel-pretty-errors. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download peraleks/laravel-pretty-errors
More information about peraleks/laravel-pretty-errors
Files in peraleks/laravel-pretty-errors
Package laravel-pretty-errors
Short Description Error formatter for Laravel.
License MIT
Homepage https://github.com/peraleks/laravel-pretty-errors
Informations about the package laravel-pretty-errors
LaravelPrettyErrors
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.
Install
Usage
Copy file vendor/peraleks/laravel-pretty-errors/src/Config/pretty-errors.php to Laravel config_path (app/config).
Add code to App\Exceptions\Handler :
Configuration
File pretty-errors.php
License
The MIT License (MIT).