PHPackages                             ibecsystems/admin-kit-documents - 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. ibecsystems/admin-kit-documents

ActiveAdmin-kit-package

ibecsystems/admin-kit-documents
===============================

Documents package for AdminKit

v3.1.0(1y ago)0410[4 PRs](https://github.com/IBEC-BOX/admin-kit-documents/pulls)MITPHPPHP ^8.1CI passing

Since Jul 3Pushed 1mo agoCompare

[ Source](https://github.com/IBEC-BOX/admin-kit-documents)[ Packagist](https://packagist.org/packages/ibecsystems/admin-kit-documents)[ Docs](https://github.com/ibec-box/admin-kit-documents)[ RSS](/packages/ibecsystems-admin-kit-documents/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (5)Dependencies (18)Versions (14)Used By (0)

Documents package for Admin Kit
===============================

[](#documents-package-for-admin-kit)

[![Latest Version on Packagist](https://camo.githubusercontent.com/d882a7f53bbbeb5665f54b4107a8ca9e7d7d899d3e64d5ddc0c2325134303e64/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696265632d626f782f61646d696e2d6b69742d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-documents)[![GitHub Tests Action Status](https://camo.githubusercontent.com/72af5bcedb184ba2430f25466b15ff78d28afcb202979e43488354f6aec01477/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d646f63756d656e74732f72756e2d74657374732e796d6c3f6272616e63683d322e78266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-documents/actions?query=workflow%3Arun-tests+branch%3A2.x)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6a8bc96ae763df317ecf1b91c234457c652183c590954f7660195fe5a1dc8ef2/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696265632d626f782f61646d696e2d6b69742d646f63756d656e74732f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d322e78266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/ibec-box/admin-kit-documents/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3A2.x)[![Total Downloads](https://camo.githubusercontent.com/e77aaee41f7d5700cda1f0f4ce6d3f65c41d8d11559560fad068740da2bcf274/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696265632d626f782f61646d696e2d6b69742d646f63756d656e74732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/ibecsystems/admin-kit-documents)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

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

[](#installation)

You can install the package via composer:

```
composer require ibecsystems/admin-kit-documents
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="admin-kit-documents-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="admin-kit-documents-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="admin-kit-documents-views"
```

Usage
-----

[](#usage)

```
class AdminPanelProvider extends PanelProvider
{
    public function panel(Panel $panel): Panel
    {
        return $panel
            ->default()
            ->id('admin')
            ->path('admin')
            ...
            ->plugins([
                ...
                \AdminKit\Documents\FilamentPlugin::make(),
            ]);
    }
}
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Anastas Mironov](https://github.com/ast21)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance64

Regular maintenance activity

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~154 days

Recently: every ~159 days

Total

7

Last Release

126d ago

Major Versions

v2.0.0 → v3.0.02024-02-12

2.x-dev → 3.x-dev2026-01-12

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/37507557?v=4)[Anastas Mironov](/maintainers/ast21)[@ast21](https://github.com/ast21)

![](https://www.gravatar.com/avatar/2d78948375b7433f25d473b791d8b46adfe45f32b8a9cb50df414124429dc757?d=identicon)[ibecsystems](/maintainers/ibecsystems)

![](https://www.gravatar.com/avatar/4a00bf00dad5ee4e4755cb5edf39cb533f8a7a497d35be031ed57f7341e8071e?d=identicon)[daurensky](/maintainers/daurensky)

---

Top Contributors

[![ast21](https://avatars.githubusercontent.com/u/37507557?v=4)](https://github.com/ast21 "ast21 (15 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (9 commits)")[![daurensky](https://avatars.githubusercontent.com/u/58464833?v=4)](https://github.com/daurensky "daurensky (6 commits)")

---

Tags

laravelibec-boxadmin-kit-documents

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/ibecsystems-admin-kit-documents/health.svg)

```
[![Health](https://phpackages.com/badges/ibecsystems-admin-kit-documents/health.svg)](https://phpackages.com/packages/ibecsystems-admin-kit-documents)
```

###  Alternatives

[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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