wip setup guide

This commit is contained in:
2024-09-06 20:59:56 +03:00
parent ab1517cc8f
commit ff54bcc2ef
13 changed files with 296 additions and 1 deletions
+2 -1
View File
@@ -85,9 +85,10 @@ class LucentServiceProvider extends ServiceProvider
$this->publishes([
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
]);
],"lucent-config");
$this->publishes([
__DIR__ . '/Config/main.php' => config_path('lucent.php'),
__DIR__ . '/../front/dist' => public_path('vendor/lucent/dist'),
__DIR__ . '/../front/public' => public_path('vendor/lucent/public'),
], 'lucent');