nhuongph / exceptionlog
Log exception in to dynamodb
Installs: 16
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/nhuongph/exceptionlog
Requires
- baopham/dynamodb: ^4.5.0
This package is auto-updated.
Last update: 2022-09-22 10:06:08 UTC
README
-
Composer install
composer require nhuongph/exceptionlog
-
Install service provider:
// config/app.php 'providers' => [ ... \NhuongPH\ExceptionLog\ExceptionLogServiceProvider::class, ... ];
-
Run
php artisan composer dump-autoload php artisan vendor:publish