deferdie/catch-laravel-client

Catch Laravel driver

v0.1.3 2018-09-28 15:46 UTC

This package is auto-updated.

Last update: 2024-04-18 21:32:18 UTC


README

Publish assets

-- php artisan vendor:publish --provider="CatchClient\CatchServiceProvider"

Application auth details

  • CATCH_ENDPOINT=<CATCH_URL>/log
  • CATCH_APPLICATION_ID=<APPLICATION_ID>
  • CATCH_APPLICATION_KEY=<APPLICATION_KEY>
  • CATCH_APPLICATION_SECRET=<APPLICATION_SECRET>