
A regal Filament theme inspired by Edinburgh's Old Town, stone-gray surfaces, brass accents, heavy borders, gradient sidebars, and ornate corner bracket details. Designed for Filament v4 and v5.
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
composer require spykapps/theme-edinburgh
Then run the install command:
php artisan edinburgh:install
The command will:
Add the plugin to your panel provider:
use SpyApp\ThemeEdinburgh\ThemeEdinburghPlugin;
public function panel(Panel $panel): Panel
{
return $panel
// ...
->plugin(ThemeEdinburghPlugin::make());
}
npm run build
The MIT License (MIT). Please see License File for more information.
How can I help you explore Laravel packages today?