Feat: Adding Stoic, Updating Core Service Provider to declare that the lunar page is called Boboko
This commit is contained in:
@@ -18,7 +18,8 @@ class CoreServiceProvider extends ServiceProvider
|
||||
$this->loadMigrationsFrom(__DIR__ . '/../../database/migrations');
|
||||
|
||||
$this->publishes([
|
||||
__DIR__ . '/../../resources/logos' => public_path('logos/core'),
|
||||
__DIR__ . '/../../resources/logos' => public_path('static/logos/core'),
|
||||
__DIR__ . '/../../resources/js/stoic_embed.js' => public_path('js/stoic_embed.js'),
|
||||
], 'core-assets');
|
||||
|
||||
if ($this->app->runningInConsole()) {
|
||||
|
||||
Reference in New Issue
Block a user