An open API service indexing awesome lists of open source software.

https://github.com/matildevoldsen/glassy-filament-docs


https://github.com/matildevoldsen/glassy-filament-docs

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Glassy Filament

Glassy Filament wraps Filament with a **light + dark glass‑morphism skin**.

---

## Table of Contents

1. [Screenshots](#screenshots)
2. [Requirements](#requirements)
3. [Installation](#installation)
5. [FAQ](#faq)
6. [Support](#support)
7. [Contributing](#contributing)
8. [License](#license)

---

## Screenshots

| Light mode | Dark mode |
|:------------------------------------------------:|:----------------------------------------------:|
| ![light](docs/screenshots/dashboard-light-1.png) | ![dark](docs/screenshots/dashboard-dark-1.png) |
| ![light](docs/screenshots/dashboard-light-2.png) | ![dark](docs/screenshots/dashboard-dark-2.png) |

---

## Requirements

| Package | Version |
|:------------------------------------------------:|:------------:|
| PHP | 8.2 → 8.4 |
| Laravel | 11 / 12 |
| Filament | 4.0 or newer |

---

## Installation
Glassy is distributed through **Anystack**.

### 1 – add the private Composer repo & licence key
```bash
composer config repositories.glassy '{"type":"composer","url":"https://repo.anystack.sh"}'
composer config --auth http-basic.repo.anystack.sh unlock
```

### 2 – install the package
```bash
composer require matildevoldsen/glassy-filament:"^1.0"
```

### Register the plugin

```php
// app/Providers/Filament/AdminPanelProvider.php

use Matildevoldsen\GlassyFilament\GlassyFilamentThemePlugin;

public function panel(Panel $panel): Panel
{
return $panel->plugin(GlassyFilamentThemePlugin::make());
}
```

Reload `/admin` – the dashboard is now glassy ✨.

---
## FAQ

Can I bundle it into a SaaS?
Yes, buy the **Ultimate** licence – unlimited projects & clients.

---

## Support

* E‑mail → [matilde.enevoldsen19@gmail.com](mailto:matilde.enevoldsen19@gmail.com)

---

## Contributing
Pull requests are welcome. Clone, `composer install`, `npm install` (for docs)
and run `vendor/bin/pest` before opening a PR.

---

## License

**Commercial / Proprietary**. Each purchase through Anystack grants you a non‑exclusive, non‑transferable right to use Glassy Filament in accordance with the licence tier you bought (Basic/Ultimate). The source code remains ©Matilde Enevoldsen and must **not** be redistributed, open‑sourced or published publicly.

For full terms see the End‑User Licence Agreement shipped with your download bundle (`EULA.md`).