Closed vesper8 closed 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
.env
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)
Could you send a PR to fox this?
@freekmurze Didn't realize I could.. done! https://github.com/spatie/ray/pull/366
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