Download the PHP package priondevelopment/error without Composer
On this page you can find all versions of the php package priondevelopment/error. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download priondevelopment/error
More information about priondevelopment/error
Files in priondevelopment/error
Download priondevelopment/error
More information about priondevelopment/error
Files in priondevelopment/error
Vendor priondevelopment
Package error
Short Description Throw consistent error exceptions in an API.
License MIT
Homepage https://priondevelopment.com/packages/error
Package error
Short Description Throw consistent error exceptions in an API.
License MIT
Homepage https://priondevelopment.com/packages/error
Please rate this library. Is it a good library?
Informations about the package error
Prion Error
Return API Errors consistently throughout an application. Allow users to customize their response messages.
Setup
Lumen
In order to use this plugin you must include the following in your app file:
$app->register(Error\ErrorServiceProvider::class);
Also, replace the default error handler with:
$app->singleton( Illuminate\Contracts\Debug\ExceptionHandler::class, Error\Exceptions\Handler::class );
To create a customizable config file:
php artisan error:config
All versions of error with dependencies
PHP Build Version
Package Version
The package priondevelopment/error contains the following files
Loading the files please wait ...