
A refined, minimal Filament theme with tight spacing, subtle shadows, and Laravel-red accents. Designed for Filament v4 and v5.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
composer require spykapps/theme-inverness
Then run the install command:
php artisan inverness:install
The command will:
Add the plugin to your panel provider:
use SpyApp\ThemeInverness\ThemeInvernessPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeInvernessPlugin::make());
}
npm run build
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?