A light and dark arctic Nord theme for Filament PHP.
composer require andreia/filament-nord-themeTo install the theme's required JS libraries (install TailwindCSS plugins: forms, typography, and also postcss, and autoprefixer. Create postcss.config.js if it not exists yet), run:
php artisan filament-nord-theme:installAdd 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 buildRegister the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):
use Andreia\FilamentNordTheme\FilamentNordThemePlugin;
$panel
->plugin(FilamentNordThemePlugin::make())| Dashboard Light | Dashboard Dark |
|---|---|
|
|
|
| User Menu Light | User Menu Dark |
|---|---|
|
|
|
| Create Product Light | Create Product Dark |
|---|---|
|
|
|
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|
|