https://github.com/matildevoldsen/glassy-filament-docs
https://github.com/matildevoldsen/glassy-filament-docs
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/matildevoldsen/glassy-filament-docs
- Owner: Matildevoldsen
- Created: 2025-08-04T19:14:44.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T19:20:54.000Z (10 months ago)
- Last Synced: 2025-10-26T04:27:30.456Z (7 months ago)
- Size: 3.23 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 |
|:------------------------------------------------:|:----------------------------------------------:|
|  |  |
|  |  |
---
## 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`).