PHPackages                             guava/filament-modal-relation-managers - 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. guava/filament-modal-relation-managers

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

guava/filament-modal-relation-managers
======================================

Allows you to embed relation managers inside filament modals.

3.1.0(5mo ago)7987.3k↓19.6%18[2 issues](https://github.com/GuavaCZ/filament-modal-relation-managers/issues)5MITPHPPHP ^8.1CI passing

Since Nov 8Pushed 1w ago1 watchersCompare

[ Source](https://github.com/GuavaCZ/filament-modal-relation-managers)[ Packagist](https://packagist.org/packages/guava/filament-modal-relation-managers)[ Docs](https://github.com/guavaCZ/filament-modal-relation-managers)[ GitHub Sponsors](https://github.com/GuavaCZ)[ RSS](/packages/guava-filament-modal-relation-managers/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (10)Dependencies (26)Versions (17)Used By (5)

[![filament-modal-relation-managers Banner](https://github.com/GuavaCZ/filament-modal-relation-managers/raw/main/.github/banner.png)](https://github.com/GuavaCZ/filament-modal-relation-managers/raw/main/.github/banner.png)

Relation managers in modals for your filament panels
====================================================

[](#relation-managers-in-modals-for-your-filament-panels)

[![Latest Version on Packagist](https://camo.githubusercontent.com/e70fa3e048db1774a7ced9b35269d9b4af3b13bf89cad83fcd9749ad1b8c4a4c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f67756176612f66696c616d656e742d6d6f64616c2d72656c6174696f6e2d6d616e61676572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-modal-relation-managers)[![Total Downloads](https://camo.githubusercontent.com/08767aa93825e5f350a4d900d86282a03bb409e3bf34523beda582a797767462/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f67756176612f66696c616d656e742d6d6f64616c2d72656c6174696f6e2d6d616e61676572732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/guava/filament-modal-relation-managers)

This plugin allows you to embed any of your relation managers inside modals using a provided filament action. Instead of opening a record's edit page to work with its relations, you open them right where you are: from a table row, a schema entry or a page header action.

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

[](#documentation)

The full documentation is available at [guava.cz](https://guava.cz/developers/packages/filament-modal-relation-managers?ref=github&utm_campaign=modal-relation-managers).

Version compatibility
---------------------

[](#version-compatibility)

Filament versionPlugin version3.x1.x4.x2.x5.x3.xFor older filament versions, please check the branch of the respective version.

Showcase
--------

[](#showcase)

[![Screenshot 1](https://github.com/GuavaCZ/filament-modal-relation-managers/raw/main/docs/images/screenshot_01.png)](https://github.com/GuavaCZ/filament-modal-relation-managers/raw/main/docs/images/screenshot_01.png)

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

[](#installation)

You can install the package via composer:

```
composer require guava/filament-modal-relation-managers
```

Finally, make sure you have a **custom filament theme** (read [here](https://filamentphp.com/docs/5.x/styling/overview#creating-a-custom-theme) how to create one) and add the following to your **theme.css** file so the CSS is properly built:

```
@source '../../../../vendor/guava/filament-modal-relation-managers/resources/**/*';
```

Usage
-----

[](#usage)

Use the `RelationManagerAction` anywhere you like to open a relation manager in a modal:

```
use Guava\FilamentModalRelationManagers\Actions\RelationManagerAction;

return $table
    ->recordActions([
        RelationManagerAction::make('lesson-relation-manager')
            ->label('View lessons')
            ->relationManager(LessonRelationManager::class),
    ]);
```

Everything else, including schema and page actions and the compact style, is covered in the [documentation](https://guava.cz/developers/packages/filament-modal-relation-managers?ref=github&utm_campaign=modal-relation-managers).

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)

- [Lukas Frey](https://github.com/lukas-frey)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

57

—

FairBetter than 98% of packages

Maintenance86

Actively maintained with recent releases

Popularity47

Moderate usage in the ecosystem

Community26

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 64% 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 ~41 days

Recently: every ~70 days

Total

13

Last Release

151d ago

Major Versions

1.4.0-beta.1 → 2.0.0-beta.12025-06-12

2.0.0 → 3.0.02026-01-24

### Community

Maintainers

![](https://www.gravatar.com/avatar/42d872f5f47cd71cfd46c8fbd6ec77a6bfb46d6d9499b5e1f843eb407c07f737?d=identicon)[Skrypt](/maintainers/Skrypt)

---

Top Contributors

[![lukas-frey](https://avatars.githubusercontent.com/u/10926334?v=4)](https://github.com/lukas-frey "lukas-frey (48 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (14 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![gpibarra](https://avatars.githubusercontent.com/u/21188012?v=4)](https://github.com/gpibarra "gpibarra (4 commits)")[![yagrasdemonde](https://avatars.githubusercontent.com/u/35835849?v=4)](https://github.com/yagrasdemonde "yagrasdemonde (2 commits)")[![A909M](https://avatars.githubusercontent.com/u/119125167?v=4)](https://github.com/A909M "A909M (1 commits)")[![galliroberto](https://avatars.githubusercontent.com/u/4560537?v=4)](https://github.com/galliroberto "galliroberto (1 commits)")

---

Tags

laravelfilamentfilamentphpGuavafilament-modal-relation-managers

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/guava-filament-modal-relation-managers/health.svg)

```
[![Health](https://phpackages.com/badges/guava-filament-modal-relation-managers/health.svg)](https://phpackages.com/packages/guava-filament-modal-relation-managers)
```

###  Alternatives

[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3915.5k](/packages/rawilk-profile-filament-plugin)[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.

329575.9k35](/packages/codewithdennis-filament-select-tree)[finity-labs/fin-mail

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

316.8k2](/packages/finity-labs-fin-mail)[stephenjude/filament-jetstream

A Laravel starter kit built with Filament inspired by Jetstream.

17861.9k3](/packages/stephenjude-filament-jetstream)[mradder/filament-logger

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

2324.4k1](/packages/mradder-filament-logger)[dotswan/filament-map-picker

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

128216.0k3](/packages/dotswan-filament-map-picker)

PHPackages © 2026

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