Feat: Adding Stoic, Updating Core Service Provider to declare that the lunar page is called Boboko

This commit is contained in:
2026-07-02 23:48:55 +03:00
parent dfbf85ef33
commit 15bff15cad
5 changed files with 374 additions and 4 deletions
+2 -1
View File
@@ -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()) {