Getting config options from database instead of .env... #383
Unanswered
skoontastic
asked this question in
Q&A
Replies: 1 comment 12 replies
-
Not able to reproduce this. I'm able to populate/overwrite the Can you post all of your code? |
Beta Was this translation helpful? Give feedback.
12 replies
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.
-
Just curious what the best way to grab settings from the database would be. I'm using Filament admin and the Spatie Settings package so that admins of a site can set their own LDAP options. However, I'm not able to use those settings in the config. I've tried setting the settings in a ServiceProvider at boot, which works to set the config setting since I can echo it out, but the Ldap connection doesn't recognize them.
Beta Was this translation helpful? Give feedback.
All reactions