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

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