PHPackages                             indracollective/laravel-revisor-filament - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. indracollective/laravel-revisor-filament

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

indracollective/laravel-revisor-filament
========================================

Robust Draft, Publishing &amp; Versioning for Laravel Filament Resources

0.0.3(12mo ago)97.4k↑273.1%7[3 issues](https://github.com/indracollective/laravel-revisor-filament/issues)[4 PRs](https://github.com/indracollective/laravel-revisor-filament/pulls)MITPHPPHP ^8.2CI passing

Since Oct 29Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/indracollective/laravel-revisor-filament)[ Packagist](https://packagist.org/packages/indracollective/laravel-revisor-filament)[ Docs](https://github.com/indracollective/laravel-revisor-filament)[ GitHub Sponsors](https://github.com/indracollective)[ RSS](/packages/indracollective-laravel-revisor-filament/feed)WikiDiscussions main Synced 3d ago

READMEChangelogDependencies (18)Versions (8)Used By (0)

Revisor Filament
================

[](#revisor-filament)

[![Latest Version on Packagist](https://camo.githubusercontent.com/2fb8616a89c7981820c9f639a8f5b4d68eaedc30db0477906b64dcb91c7c71a5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f696e647261636f6c6c6563746976652f6c61726176656c2d72657669736f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/indracollective/laravel-revisor-filament)[![GitHub Tests Action Status](https://camo.githubusercontent.com/a8a5c577cad08e2b08d40a1d01ef3136333b18ff75581a5cffcdc7ddc3c25abe/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e647261636f6c6c6563746976652f6c61726176656c2d72657669736f722d66696c616d656e742f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/indracollective/laravel-revisor-filament/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/7c85e9a498828226f1351fb2b01e2d67778deaa44d376fb966a402e980e321ee/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f696e647261636f6c6c6563746976652f6c61726176656c2d72657669736f722d66696c616d656e742f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/indracollective/laravel-revisor-filament/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/f8870015bab764d077fe7342d086dd3a7abf03db71118a450a80e08bcfdd28af/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f696e647261636f6c6c6563746976652f6c61726176656c2d72657669736f722d66696c616d656e742e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/indracollective/laravel-revisor-filament)

Instantly add robust draft, versioning, and publishing functionality to your FilamentPHP admin panel with Revisor Filament.

This package builds on [Laravel Revisor](https://github.com/indracollective/laravel-revisor), offering a collection of Filament Actions, Table Columns, and Page components to seamlessly integrate Revisor with FilamentPHP, a popular admin panel for Laravel composed of beautiful full-stack components.

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

[](#installation)

```
composer require indracollective/laravel-revisor-filament
```

Screenshots
-----------

[](#screenshots)

[![List Records](https://github.com/indracollective/laravel-revisor-filament/raw/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/list_records.png?raw=true)](https://github.com/indracollective/laravel-revisor-filament/blob/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/list_records.png?raw=true)

☝️ Table Actions / Bulk Actions for publishing and unpublishing records, viewing the revision history in Filament Tables.

[![Edit Records](https://github.com/indracollective/laravel-revisor-filament/raw/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/edit_record.png?raw=true)](https://github.com/indracollective/laravel-revisor-filament/blob/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/edit_record.png?raw=true)

☝️ Regular Actions for publishing and unpublishing records, viewing the revision history on Filament Edit pages.

[![View Versions](https://github.com/indracollective/laravel-revisor-filament/raw/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/view_version_record.png?raw=true)](https://github.com/indracollective/laravel-revisor-filament/blob/ca4a7f9e753a42201ac42eb0aee00b3b3f42a919/docs/screenshots/view_version_record.png?raw=true)

☝️ View the version history of a record, and Revert to a previous versions of a record.

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

[](#documentation)

[laravel-revisor.indracollective.dev](https://laravel-revisor.indracollective.dev)

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [Shea Dawson](https://github.com/indracollective)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance63

Regular maintenance activity

Popularity30

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 81.1% of commits — single point of failure

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

Total

3

Last Release

362d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ca23b453a4fc5ac237ad4fcc512f68fab5c7b124f403cad1a5848b3fffb6aa2?d=identicon)[sheadawson](/maintainers/sheadawson)

---

Top Contributors

[![sheadawson](https://avatars.githubusercontent.com/u/1166136?v=4)](https://github.com/sheadawson "sheadawson (43 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")

---

Tags

laravelindracollectivelaravel-revisor-filament

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/indracollective-laravel-revisor-filament/health.svg)

```
[![Health](https://phpackages.com/badges/indracollective-laravel-revisor-filament/health.svg)](https://phpackages.com/packages/indracollective-laravel-revisor-filament)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17760.2k3](/packages/stephenjude-filament-jetstream)[stephenjude/filament-debugger

About

104162.2k2](/packages/stephenjude-filament-debugger)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[finity-labs/fin-mail

A powerful email template manager and composer for Filament with dynamic token replacement, template versioning, and inline email sending.

284.5k1](/packages/finity-labs-fin-mail)

PHPackages © 2026

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