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

v1.0.0(2mo ago)00MITPHP

Since Mar 8Pushed 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 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

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

[](#filament-docs)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d02b30fc0e1c206cc3af8dbbfe35dc31e21a8d3a99b94b7bbdc97c99bb2c12ed/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f616961726d6164612f66696c616d656e742d646f63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aiarmada/filament-docs)[![Total Downloads](https://camo.githubusercontent.com/0242d0044ee3953cfb08285c0e3f4a57a1ea81f8827757dfbc5a65c1c795deee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616961726d6164612f66696c616d656e742d646f63732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/aiarmada/filament-docs)

Filament admin panel integration for the [AIArmada Docs](../docs) package. Manage invoices, receipts, document templates, and PDF generation directly from your Filament panel.

Features
--------

[](#features)

- 📄 **Document Management** - Full CRUD for invoices and receipts
- 📝 **Template System** - Create and manage document templates with PDF settings
- 📊 **Status Tracking** - Track document lifecycle with status history
- 📥 **PDF Generation** - Generate and download PDFs with one click
- 🔍 **Advanced Filtering** - Filter by type, status, date, and more
- ⚡ **Bulk Actions** - Generate PDFs and update status for multiple documents

Requirements
------------

[](#requirements)

- PHP 8.4+
- Laravel 12.0+
- Filament 5.0+
- [aiarmada/docs](../docs) package

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

[](#installation)

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

Register the plugin in your Filament panel:

```
use AIArmada\FilamentDocs\FilamentDocsPlugin;

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

Publish the configuration (optional):

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

Resources
---------

[](#resources)

### DocResource

[](#docresource)

Manage documents with:

- **List View** - Sortable columns, advanced filters, search by document number/customer
- **Create/Edit** - Customer data, line items repeater, auto-calculated totals
- **View Page** - Document details, status actions, PDF download
- **Relation Manager** - View complete status history

### DocTemplateResource

[](#doctemplateresource)

Manage document templates with:

- **Template Settings** - Name, slug, document type, default designation
- **PDF Configuration** - Paper format, orientation, margins
- **Usage Statistics** - Track how many documents use each template

Actions
-------

[](#actions)

ActionDescriptionGenerate PDFCreate or regenerate document PDFDownload PDFDownload the generated PDF fileMark as SentUpdate status to sentMark as PaidRecord payment with timestampCancelCancel the documentSet as DefaultMake template the default for its typeConfiguration
-------------

[](#configuration)

```
// config/filament-docs.php
return [
    'navigation' => [
        'group' => 'Documents',
    ],

    'features' => [
        'auto_generate_pdf' => true,
    ],

    'resources' => [
        'navigation_sort' => [
            'docs' => 10,
            'doc_templates' => 20,
            'sequences' => 90,
            'email_templates' => 91,
            'pending_approvals' => 15,
            'aging_report' => 100,
        ],
    ],
];
```

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

[](#documentation)

See the [docs](docs/) folder for detailed documentation:

- [Installation](docs/01-installation.md)
- [Resources](docs/02-resources.md)
- [Configuration](docs/03-configuration.md)

License
-------

[](#license)

The MIT License (MIT). Please see [LICENSE](LICENSE) for more information.

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance95

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity33

Early-stage or recently created project

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

Unknown

Total

1

Last Release

62d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/726da4efcb731bc0ebcdd0b7ce64759e1f8dd63f6f771eab335458f6a2f2d3af?d=identicon)[sairiz](/maintainers/sairiz)

### 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`.

1092.4M72](/packages/filament-spatie-laravel-settings-plugin)[guava/filament-knowledge-base

A filament plugin that adds a knowledge base and help to your filament panel(s).

206120.5k1](/packages/guava-filament-knowledge-base)[ralphjsmit/laravel-filament-seo

A package to combine the power of Laravel SEO and Filament Admin.

15398.7k10](/packages/ralphjsmit-laravel-filament-seo)[geo-sot/filament-env-editor

Access .env file though Filament admin panel

2432.3k1](/packages/geo-sot-filament-env-editor)[inerba/filament-db-config

A Filament plugin for database-backed application settings and editable content, with caching and easy page generation.

329.1k](/packages/inerba-filament-db-config)[openplain/filament-tree-view

Tree view for Filament resources - drop-in replacement for Table with drag-and-drop hierarchical data management

318.5k](/packages/openplain-filament-tree-view)

PHPackages © 2026

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