andreia/filament-nord-theme

A minimalist Arctic Nord theme for FilamentPHP

v1.0.3 2024-12-16 01:02 UTC

This package is auto-updated.

Last update: 2024-12-16 01:03:00 UTC


README

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

Filament Nord Theme

A light and dark arctic Nord theme for Filament PHP.

Dashboard Light and Dark

Installation

composer require andreia/filament-nord-theme

To 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:install

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())

Appearance

Dashboard

User Menu

Product

Order