You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it's because Lumen doesn't have a standard location for putting config files like Laravel does. Basically it's up to Lumen users to specify what the config path is.
For example in your AppServiceProvider put in
$this->app['path.config'] = base_path('config'); // or whatever your path is
https://github.com/laravel/scout/blob/3.0/src/ScoutServiceProvider.php#L29
Lumen does not have
path.config
.The text was updated successfully, but these errors were encountered: