update provider
This commit is contained in:
@@ -37,6 +37,10 @@ class LucentServiceProvider extends ServiceProvider
|
||||
return new ImageManager(['driver' => 'imagick']);
|
||||
});
|
||||
|
||||
$this->mergeConfigFrom(
|
||||
__DIR__.'/../config/lucent.php',
|
||||
'lucent'
|
||||
);
|
||||
|
||||
|
||||
$this->app->bind(DatabaseGraph::class, function () {
|
||||
@@ -89,7 +93,7 @@ class LucentServiceProvider extends ServiceProvider
|
||||
Blade::anonymousComponentPath(__DIR__ . '../front/views/components', "lucent");
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
|
||||
__DIR__ . '/../config/lucent.php' => config_path('lucent.php'),
|
||||
],"lucent-config");
|
||||
|
||||
$this->publishes([
|
||||
|
||||
Reference in New Issue
Block a user