Can Settings be loaded in config files? #339
ntbutler-nbcs
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to load settings values into a config file for use with another library. Is there any way to get this to work, as I understand that the config load happens quite early in the boot process so attempting things like
$settings = app(App\Settings\MySettings::class);
crashes out?Beta Was this translation helpful? Give feedback.
All reactions