nhuongph / exceptionlog
This package is abandoned and no longer maintained.
No replacement package was suggested.
Log exception in to dynamodb
1.0.1
2018-11-02 03:44 UTC
Requires
- baopham/dynamodb: ^4.5.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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