We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It always returns null on every key defined in config
The text was updated successfully, but these errors were encountered:
@samfrm
if your laravel version < 5.5
in config/app.php
config/app.php
'providers' => [ //...... Encore\Admin\Config\ConfigServiceProvider::class //add this line ],
if using laravel 5.5, because of the new feature Laravel Package Auto-Discovery. I don't know why 😭
Sorry, something went wrong.
@zanemmm I'm using Laravel 5.5. I've searched for it but couldn't find what is the reason. So sad :(
No branches or pull requests
It always returns null on every key defined in config
The text was updated successfully, but these errors were encountered: