Replies: 1 comment
-
Currently, I have to hack into Spatie\Ray\Settings\SettingsFactory::$cache[''] = __DIR__ . '/Ray/ray.php'; |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm setting a dev environnement for an org and would like to auto configure Ray (for Docker use), without having to manually provide a setting file.
Thing is, settings are inevitably loaded from a
ray.php
file. Could you provide a way to set Ray settings withcreateFromArray()
?Which would take precedence over file configuration? Or any other way to manually set settings.
Beta Was this translation helpful? Give feedback.
All reactions