beyondcode / laravel-server-timing

Add Server-Timing header information from within your Laravel apps.
MIT License
552 stars 43 forks source link

Updated config to look for an env setting to enable/disable #21

Closed adamhopkinson closed 8 months ago

adamhopkinson commented 3 years ago

Updated the config file to look for a SERVER_TIMING_ENABLED variable in the .env file, so that it can be enabled/disabled per environment.

adamhopkinson commented 3 years ago

Oops - just seen another pull request to achieve the same goal.

https://github.com/beyondcode/laravel-server-timing/pull/11

hms5232 commented 1 year ago

Hi, I noticed the config var is SERVER_TIMING_ENABLED but SERVER_TIMING in README in this PR.