Skip to content

Commit

Permalink
....
Browse files Browse the repository at this point in the history
  • Loading branch information
alkadoHs committed Feb 7, 2024
1 parent 899dbe7 commit d14755b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@ APP_NAME="Masinde Store"
APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_URL=http://masindestore.com
APP_URL=https://masindestore.com

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

# postgres://kadosales12345678_user:mn4FS8j7R7ralaCO4rIo0VyL6ykAcsWn@dpg-cmtuiuun7f5s73b25ppg-a.singapore-postgres.render.com/kadosales12345678
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
Expand Down
15 changes: 8 additions & 7 deletions app/Providers/AdminPanelProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ public function panel(Panel $panel): Panel
hasAvatars: false
)
->enableTwoFactorAuthentication(),
CuratorPlugin::make()
->label('Media')
->pluralLabel('Media Library')
->navigationIcon('heroicon-o-photo')
->navigationGroup('Media')
->navigationCountBadge(),
// CuratorPlugin::make()
// ->label('Media')
// ->pluralLabel('Media Library')
// ->navigationIcon('heroicon-o-photo')
// ->navigationGroup('Media')
// ->navigationCountBadge()
// ,
FilamentExceptionsPlugin::make(),
FilamentJobsMonitorPlugin::make()
->navigationCountBadge()
Expand All @@ -72,7 +73,7 @@ public function panel(Panel $panel): Panel
'Settings',
])
->colors([
'primary' => Color::Blue,
'primary' => Color::Indigo,
])
->viteTheme('resources/css/admin.css')
->discoverResources(in: app_path('Filament/Resources'), for: 'App\\Filament\\Resources')
Expand Down

0 comments on commit d14755b

Please sign in to comment.