Replies: 2 comments
-
I would get the instance from the container, call |
Beta Was this translation helpful? Give feedback.
0 replies
-
Thanks that could work. Went the other way instead, manually loading it |
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
-
We have the need of dynamically turning flare on based on user prefs,
if we try to set
flare.key
, in for example our AppServiceProvider, it won't work since the config is only read on package boot here;laravel-ignition/src/IgnitionServiceProvider.php
Lines 117 to 122 in 5bd36b9
We can ofc put it in "dont-discover" and boot at a later stage, but that feels very hackish, and it wouldnt allow to turn off flare either (since the key would be cached)
Beta Was this translation helpful? Give feedback.
All reactions