osamanagi / filament-abyss-theme
An aesthetic Abyss theme for FilamentPHP
Fund package maintenance!
osamanagi
Installs: 546
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 2
Language:CSS
pkg:composer/osamanagi/filament-abyss-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
This package is auto-updated.
Last update: 2025-11-24 23:59:46 UTC
README
Aesthetic Abyss theme for FilamentPHP.
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
| Dashboard Light | Dashboard Dark |
|---|---|
|
|
User Menu
| User Menu Light | User Menu Dark |
|---|---|
|
|
Product
| Create Product Light | Create Product Dark |
|---|---|
|
|
Notification
| Notification Light | Notification Dark |
|---|---|
|
|
Order
| Order List Light | Order List Dark | Create Order Light | Create Order Dark |
|---|---|---|---|
|
|
|
|
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
- Osama Nagi
- Andréia Bohner - For the inspiration
- All Contributors
License
The MIT License (MIT). Please see License File for more information.












