spatie / laravel-ray

Debug with Ray to fix problems faster in Laravel apps
https://myray.app
MIT License
291 stars 64 forks source link

typos: the laravel configuration file has spaces in the env values instead of underscores #174

Closed vesper8 closed 3 years ago

vesper8 commented 3 years ago

The file located here https://spatie.be/docs/ray/v1/configuration/laravel

Has these 5 env values with a space in it. Those values would be invalid if set in an .env file

env('SEND CACHE_TO_RAY', false)
env('SEND JOBS_TO_RAY', false)
env('SEND QUERIES_TO_RAY', false)
env('SEND REQUESTS_TO_RAY', false)
env('SEND VIEWS_TO_RAY', false)
freekmurze commented 3 years ago

Could you send a PR to fox this?

vesper8 commented 3 years ago

@freekmurze Didn't realize I could.. done! https://github.com/spatie/ray/pull/366