andreia / filament-nord-theme
A minimalist Arctic Nord theme for FilamentPHP
Fund package maintenance!
andreia
Installs: 23 894
Dependents: 1
Suggesters: 0
Security: 0
Stars: 127
Watchers: 2
Forks: 7
Open Issues: 4
Language:CSS
pkg:composer/andreia/filament-nord-theme
Requires
- php: ^8.2
- filament/filament: ^4.0
- illuminate/contracts: ^10.0|^11.0|^12.0
Requires (Dev)
- larastan/larastan: ^2.0.1||^3.0
- laravel/pint: ^1.0
- nunomaduro/collision: ^7.10.0||^8.1.1
- orchestra/testbench: ^8.22.0||^9.0.0||^10.0.0
- pestphp/pest: ^2.1||^3.0
- pestphp/pest-plugin-arch: ^2.0||^3.0
- pestphp/pest-plugin-laravel: ^2.0||^3.0
- pestphp/pest-plugin-livewire: ^2.1||^3.0
- phpstan/extension-installer: ^1.1
- phpstan/phpstan-deprecation-rules: ^1.0||^2.0
- phpstan/phpstan-phpunit: ^1.0||^2.0
README
Filament Nord Theme
A light and dark arctic Nord theme for Filament PHP.
Version Compatibility
| Filament | Filament Nord Theme | Documentation |
|---|---|---|
| 3.x | 1.x | Check the docs |
| 4.x | 2.x | Current |
Installation
composer require andreia/filament-nord-theme:"^2.0"
Add a new item to the input array of your vite.config.js file:
'vendor/andreia/filament-nord-theme/resources/css/theme.css'
Run:
npm run build
Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):
use Andreia\FilamentNordTheme\FilamentNordThemePlugin; $panel ->plugin(FilamentNordThemePlugin::make())
You're all set!
Appearance
Dashboard
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
User Menu
| User Menu Light | User Menu Dark |
|---|---|
|
|
Product
| Create Product Light | Create Product Dark |
|---|---|
|
|
Order
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|










