PHPackages                             senkevich33n/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. [API Development](/categories/api)
4. /
5. senkevich33n/laravel-api-error-handler

ActiveLibrary[API Development](/categories/api)

senkevich33n/laravel-api-error-handler
======================================

a package for handle api errors

v1.4.3(2y ago)01.9kMITPHP

Since Oct 25Pushed 2y agoCompare

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

READMEChangelog (1)Dependencies (2)Versions (17)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 hamidreza2005/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`

```
