spykapps/theme-aberdeen
Aberdeen is a refined, minimal Filament theme with tight spacing, subtle shadows, warm-amber accents, compact UI elements, smooth transitions, and full dark mode support. Built for Filament v4/v5; install via artisan command and register as a panel plugin.
npm run build), which may necessitate CI/CD adjustments if not already in place.theme-aberdeen’s CSS specificity interact with existing styles?composer show filament/filament).composer require spykapps/theme-aberdeen
php artisan aberdeen:install
PanelServiceProvider:
->plugin(ThemeAberdeenPlugin::make())
tailwind.config.js if customizing colors/shadows (e.g., to extend the warm-amber palette).npm run build to compile the theme CSS.Table, Form, Widgets) for visual consistency.theme-aberdeen’s selectors (e.g., .filament-* classes).spykapps/theme-aberdeen for updates (check Packagist/GitHub releases). Minor updates (e.g., v1.x) likely require re-compilation.npm run build) and test.| Risk | Impact | Mitigation |
|---|---|---|
| CSS Conflicts | Broken layouts or overlapping styles | Isolate theme in a dedicated CSS file; use !important sparingly. |
| Asset Build Failures | Missing styles in production | Add npm run build to CI/CD pipeline. |
| Filament Version Mismatch | Plugin incompatibility | Pin Filament version in composer.json. |
| Dark Mode Inconsistencies | UI breaks in dark mode | Test dark mode early; override theme values if needed. |
| Performance Regression | Slow page loads | Audit compiled CSS; use purge in Tailwind. |
How can I help you explore Laravel packages today?