| Install | |
|---|---|
composer require osamanagi/filament-abyss-theme |
|
| Latest Version: | 1.0.1 |
| PHP: | ^8.2 |
Aesthetic Abyss theme for FilamentPHP.

You can install the package via composer:
composer require osamanagi/filament-abyss-theme
Add a new item to the input array of your vite.config.js file:
'vendor/osamanagi/filament-abyss-theme/resources/css/theme.css';
Run:
npm run build
Register the plugin on your panel (e.g. /app/Providers/Filament/AdminPanelProvider.php):
use Nagi\FilamentAbyssTheme\FilamentAbyssThemePlugin;
$panel
->plugin(FilamentAbyssThemePlugin::make())
You're all set!
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
| User Menu Light | User Menu Dark |
|---|---|
|
|
| Create Product Light | Create Product Dark |
|---|---|
|
|
| Notification Light | Notification Dark |
|---|---|
|
|
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.