PHPackages                             ffegu/laravel-api-error-handler - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. ffegu/laravel-api-error-handler

ActiveLibrary

ffegu/laravel-api-error-handler
===============================

a package for handle api errors

v2.1(5y ago)054MITPHP

Since Oct 25Pushed 5y agoCompare

[ Source](https://github.com/ffegu/laravel-api-error-handler)[ Packagist](https://packagist.org/packages/ffegu/laravel-api-error-handler)[ RSS](/packages/ffegu-laravel-api-error-handler/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (2)Versions (13)Used By (0)

Laravel Api Error Handler
=========================

[](#laravel-api-error-handler)

a useful package for handle your exception when you are developing a API

📥 Installation
--------------

[](#inbox_tray-installation)

you can install this package via Composer:

```
composer require ffegu/laravel-api-error-handler
```

and after installation you can run following command to publish config files

```
php artisan vendor:publish --tag laravel-api-error-handler
```

⚙️ Configuration
----------------

[](#gear-configuration)

for configure this package go to `config/api-error-handler.php`

```
