scoutapp / scout-apm-laravel

ScoutAPM PHP Agent for the Laravel Framework
MIT License
22 stars 12 forks source link

Fetch config from Laravel config repository so config can be cachable #34

Closed asgrim closed 4 years ago

asgrim commented 4 years ago

Adds a standard Laravel configuration structure to allow the config repository to be used (and therefore, allow Scout's configuration to be cacheable).

Fixes #33