PHPackages                             aiarmada/filament-docs - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Admin Panels](/categories/admin)
4. /
5. aiarmada/filament-docs

ActiveLibrary[Admin Panels](/categories/admin)

aiarmada/filament-docs
======================

A comprehensive Filament admin interface for managing documents created by the AIArmada Docs package

v0.1.32(3w ago)0111MITPHPPHP ^8.4

Since May 21Pushed 1mo agoCompare

[ Source](https://github.com/AIArmada/filament-docs)[ Packagist](https://packagist.org/packages/aiarmada/filament-docs)[ Docs](https://github.com/aiarmada/commerce)[ RSS](/packages/aiarmada-filament-docs/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependencies (66)Versions (35)Used By (1)

Filament Docs
=============

[](#filament-docs)

Filament admin integration for `aiarmada/docs`.

What it provides
----------------

[](#what-it-provides)

- `DocResource` for documents
- `DocTemplateResource` for templates
- `DocSequenceResource` for numbering sequences
- `DocEmailTemplateResource` for email templates
- `AgingReportPage` and `PendingApprovalsPage`
- Dashboard widgets for stats, recent documents, revenue, status breakdown, and quick actions
- Secure download routing for generated PDFs

Installation
------------

[](#installation)

```
composer require aiarmada/filament-docs
```

Register the plugin in your Filament panel:

```
use AIArmada\FilamentDocs\FilamentDocsPlugin;
use Filament\Panel;

public function panel(Panel $panel): Panel
{
    return $panel
        ->plugins([
            FilamentDocsPlugin::make()
                ->navigationGroup('Billing'),
        ]);
}
```

Optional config publish:

```
php artisan vendor:publish --tag=filament-docs-config
```

Configuration
-------------

[](#configuration)

`config/filament-docs.php` contains:

- `navigation.group`
- `features.auto_generate_pdf`
- `resources.navigation_sort.*`

`features.auto_generate_pdf` is used by the create page when no explicit `generate_pdf` value is submitted.

The fluent plugin API supports:

- `navigationGroup()`
- `docResource()`
- `docTemplateResource()`
- `docSequenceResource()`
- `docEmailTemplateResource()`
- `agingReportEnabled()`
- `pendingApprovalsEnabled()`
- `docStatsWidgetEnabled()`
- `quickActionsWidgetEnabled()`
- `recentDocumentsWidgetEnabled()`
- `revenueChartWidgetEnabled()`
- `statusBreakdownWidgetEnabled()`

Email template triggers
-----------------------

[](#email-template-triggers)

The email template resource supports these triggers:

- `send`
- `due_soon`
- `reminder`
- `overdue`
- `paid`
- `created`

Owner scoping
-------------

[](#owner-scoping)

When `docs.owner.enabled` is on, the package applies owner checks to:

- resource queries
- widgets and report pages
- download routes
- record mutation actions

Documentation
-------------

[](#documentation)

See `packages/filament-docs/docs/` for package docs:

- `00-overview.md`
- `01-installation.md`
- `02-resources.md`
- `03-configuration.md`
- `04-pages-widgets.md`
- `05-customization.md`
- `99-troubleshooting.md`

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance94

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~2 days

Total

34

Last Release

26d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1634949?v=4)[Saiffil Fariz](/maintainers/sairiz)[@sairiz](https://github.com/sairiz)

###  Code Quality

TestsPest

Static AnalysisPHPStan, Rector

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/aiarmada-filament-docs/health.svg)

```
[![Health](https://phpackages.com/badges/aiarmada-filament-docs/health.svg)](https://phpackages.com/packages/aiarmada-filament-docs)
```

###  Alternatives

[filament/spatie-laravel-settings-plugin

Filament support for `spatie/laravel-settings`.

1122.7M95](/packages/filament-spatie-laravel-settings-plugin)[mradder/filament-logger

Audit logging, activity tracking, exports, alerts, and dashboards for Filament admin panels.

2310.5k](/packages/mradder-filament-logger)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
