Open samfrm opened 6 years ago
@samfrm
if your laravel version < 5.5
in 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 :sob:
@zanemmm I'm using Laravel 5.5. I've searched for it but couldn't find what is the reason. So sad :(
It always returns null on every key defined in config