fix replacing config
This commit is contained in:
@@ -92,7 +92,6 @@ class LucentServiceProvider extends ServiceProvider
|
|||||||
],"lucent-config");
|
],"lucent-config");
|
||||||
|
|
||||||
$this->publishes([
|
$this->publishes([
|
||||||
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
|
|
||||||
__DIR__ . '/../front/dist' => public_path('vendor/lucent/dist'),
|
__DIR__ . '/../front/dist' => public_path('vendor/lucent/dist'),
|
||||||
__DIR__ . '/../front/public' => public_path('vendor/lucent/public'),
|
__DIR__ . '/../front/public' => public_path('vendor/lucent/public'),
|
||||||
], 'lucent');
|
], 'lucent');
|
||||||
|
|||||||
Reference in New Issue
Block a user