PHPackages                             hamidreza2005/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. hamidreza2005/laravel-api-error-handler

ActiveLibrary

hamidreza2005/laravel-api-error-handler
=======================================

a package for handle api errors

v2.1.0(2y ago)72.3k5MITPHP

Since Oct 25Pushed 9mo ago1 watchersCompare

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

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

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

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

a useful package for handling exception in laravel.

📥 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)

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

```
