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(10mo ago)97.1k↑2050%6[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 1mo 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 1mo ago

READMEChangelogDependencies (18)Versions (7)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

42

—

FairBetter than 90% of packages

Maintenance67

Regular maintenance activity

Popularity33

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity45

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

315d 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

[guava/calendar

Adds support for vkurko/calendar to Filament PHP.

298241.0k3](/packages/guava-calendar)[pboivin/filament-peek

Full-screen page preview modal for Filament

253319.6k12](/packages/pboivin-filament-peek)[dotswan/filament-map-picker

Easily pick and retrieve geo-coordinates using a map-based interface in your Filament applications.

124139.3k2](/packages/dotswan-filament-map-picker)[creagia/filament-code-field

A Filamentphp input field to edit or view code data.

58289.3k3](/packages/creagia-filament-code-field)[swisnl/filament-backgrounds

Beautiful backgrounds for Filament auth pages

54149.2k6](/packages/swisnl-filament-backgrounds)[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)

PHPackages © 2026

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