dietrich/api_handle_exc

There is no license information available for the latest version (dev-master) of this package.

Handle all exception and save in db

Installs: 6

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/dietrich/api_handle_exc

dev-master 2019-09-19 06:52 UTC

This package is auto-updated.

Last update: 2025-12-19 21:05:45 UTC


README

Handle all api exception and save into database

For install:

composer require dietrich/api_handle_exc

Add the ServiceProvider to the providers array in config/app.php

Dietrich\ApiHandleExc\ApiHandleExcProvider::class,

Copy the package config to your local config with the publish command:

php artisan vendor:publish --provider="Dietrich\ApiHandleExc\ApiHandleExcProvider"

And migrate

php artisan migrate