Replies: 1 comment
-
Is your config file well formated? Like <?php
return [
'key' => 'value'
]; Maybe you forgot the return? I've never had issues with custom configuration files actually 🤔 |
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 am using Laravel 5.7 and in this scenario I have a config file in the config folder called
forrest.php
, however when dumpingconfig()
theforrest
key exists but the values are from a non existent config file.Anyone experienced similar issues?
Beta Was this translation helpful? Give feedback.
All reactions