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 -2
View File
@@ -24,8 +24,8 @@ class CorePlugin implements Plugin
{
$panel->path('boboko')
->brandName('Boboko')
->brandLogo(asset('logos/core/boboko-logo.svg'))
->darkModeBrandLogo(asset('logos/core/boboko-logo-white.svg'))
->brandLogo(asset('static/logos/core/boboko-logo.svg'))
->darkModeBrandLogo(asset('static/logos/core/boboko-logo-white.svg'))
->login(Login::class)
->navigationItems([
NavigationItem::make("Lucent")