osamanagi/filament-abyss-theme

An aesthetic Abyss theme for FilamentPHP
3,138 3
Install
composer require osamanagi/filament-abyss-theme
Latest Version:1.0.1
PHP:^8.2
License:MIT
Last Updated:Apr 21, 2026
Links: GitHub  ·  Packagist
Maintainer: OsamaNagi

Filament Abyss Theme

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

Aesthetic Abyss theme for FilamentPHP.

Dashboard Light and Dark

Installation

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!


Appearance

User Menu

Product

Notification

Order

Changelog

Please see CHANGELOG for more information on what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Credits

License

The MIT License (MIT). Please see License File for more information.