{"id":31787024,"url":"https://github.com/matildevoldsen/glassy-filament-docs","last_synced_at":"2026-02-16T07:03:25.611Z","repository":{"id":309363349,"uuid":"1032078644","full_name":"Matildevoldsen/glassy-filament-docs","owner":"Matildevoldsen","description":null,"archived":false,"fork":false,"pushed_at":"2025-08-04T19:20:54.000Z","size":3389,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-26T04:27:30.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Matildevoldsen.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-04T19:14:44.000Z","updated_at":"2025-08-04T19:20:57.000Z","dependencies_parsed_at":"2025-08-11T13:58:09.795Z","dependency_job_id":"dd9c0b41-dcd8-4832-9fb4-383fdb67ce78","html_url":"https://github.com/Matildevoldsen/glassy-filament-docs","commit_stats":null,"previous_names":["matildevoldsen/glassy-filament-docs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Matildevoldsen/glassy-filament-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matildevoldsen%2Fglassy-filament-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matildevoldsen%2Fglassy-filament-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matildevoldsen%2Fglassy-filament-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matildevoldsen%2Fglassy-filament-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Matildevoldsen","download_url":"https://codeload.github.com/Matildevoldsen/glassy-filament-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Matildevoldsen%2Fglassy-filament-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29502929,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-16T05:57:17.024Z","status":"ssl_error","status_checked_at":"2026-02-16T05:56:49.929Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-10T13:46:07.604Z","updated_at":"2026-02-16T07:03:25.594Z","avatar_url":"https://github.com/Matildevoldsen.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Glassy Filament\n\nGlassy Filament wraps Filament with a **light + dark glass‑morphism skin**.\n\n---\n\n## Table of Contents\n\n1. [Screenshots](#screenshots)\n2. [Requirements](#requirements)\n3. [Installation](#installation)\n5. [FAQ](#faq)\n6. [Support](#support)\n7. [Contributing](#contributing)\n8. [License](#license)\n\n---\n\n## Screenshots\n\n|                    Light mode                    |                   Dark mode                    |\n|:------------------------------------------------:|:----------------------------------------------:|\n| ![light](docs/screenshots/dashboard-light-1.png) | ![dark](docs/screenshots/dashboard-dark-1.png) |\n| ![light](docs/screenshots/dashboard-light-2.png) | ![dark](docs/screenshots/dashboard-dark-2.png) |\n\n---\n\n## Requirements\n\n|                     Package                      |   Version    |\n|:------------------------------------------------:|:------------:|\n|                       PHP                        |  8.2 → 8.4   |\n|                     Laravel                      |   11 / 12    |\n|                     Filament                     | 4.0 or newer |\n\n---\n\n## Installation\nGlassy is distributed through **Anystack**.\n\n### 1 – add the private Composer repo \u0026 licence key\n```bash\ncomposer config repositories.glassy '{\"type\":\"composer\",\"url\":\"https://repo.anystack.sh\"}'\ncomposer config --auth http-basic.repo.anystack.sh unlock \u003cLICENCE_KEY\u003e\n```\n\n### 2 – install the package\n```bash\ncomposer require matildevoldsen/glassy-filament:\"^1.0\"\n```\n\n### Register the plugin\n\n```php\n// app/Providers/Filament/AdminPanelProvider.php\n\nuse Matildevoldsen\\GlassyFilament\\GlassyFilamentThemePlugin;\n\npublic function panel(Panel $panel): Panel\n{\n    return $panel-\u003eplugin(GlassyFilamentThemePlugin::make());\n}\n```\n\nReload `/admin` – the dashboard is now glassy ✨.\n\n---\n## FAQ\n\n\u003cdetails\u003e\u003csummary\u003eCan I bundle it into a SaaS?\u003c/summary\u003e\nYes, buy the **Ultimate** licence – unlimited projects \u0026 clients.\n\u003c/details\u003e\n\n---\n\n## Support\n\n* E‑mail → [matilde.enevoldsen19@gmail.com](mailto:matilde.enevoldsen19@gmail.com)\n\n---\n\n## Contributing\nPull requests are welcome. Clone, `composer install`, `npm install` (for docs)\nand run `vendor/bin/pest` before opening a PR.\n\n---\n\n## License\n\n**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.\n\nFor full terms see the End‑User Licence Agreement shipped with your download bundle (`EULA.md`).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatildevoldsen%2Fglassy-filament-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmatildevoldsen%2Fglassy-filament-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmatildevoldsen%2Fglassy-filament-docs/lists"}