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

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

This package is auto-updated.

Last update: 2024-05-19 17:54: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