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