PHPackages                             hugobachmann/filament-modal - 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. hugobachmann/filament-modal

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

hugobachmann/filament-modal
===========================

Simple modal for Filament with Livewire and Alpine.js

019PHP

Since Feb 5Pushed 2y ago1 watchersCompare

[ Source](https://github.com/hugo-bachmann/filament-modal)[ Packagist](https://packagist.org/packages/hugobachmann/filament-modal)[ RSS](/packages/hugobachmann-filament-modal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)DependenciesVersions (1)Used By (0)

filament-modal
==============

[](#filament-modal)

### Installation

[](#installation)

Ajouter le package à votre projet dans le fichier composer.json

```
"repositories": [
        {
            "type": "path",
            "url": "../packages/filament-modal"
        }
    ]
```

Installer le package avec composer

```
composer require hugobachmann/filament-modal
```

Publier les migrations

```
php artisan vendor:publish --provider="Hugobachmann\FilamentModal\ModalServiceProvider" --tag="migrations"
```

Ajouter le plugin à Filament dans le fichier AdminPanelProvider.php

```
->plugins([
   new FilamentModalPlugin(),
])
```

Afficher une modal dans une vue

```

```

###  Health Score

14

—

LowBetter than 2% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/f6e9ce794852c5d8707c3fbb45b73d055400d56b3d7b5ea83509a3446fcde73a?d=identicon)[hugo-bachmann](/maintainers/hugo-bachmann)

---

Top Contributors

[![hugo-bachmann](https://avatars.githubusercontent.com/u/61874297?v=4)](https://github.com/hugo-bachmann "hugo-bachmann (12 commits)")

### Embed Badge

![Health badge](/badges/hugobachmann-filament-modal/health.svg)

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

###  Alternatives

[htmlburger/carbon-fields

WordPress developer-friendly custom fields for post types, taxonomy terms, users, comments, widgets, options and more.

1.5k665.2k57](/packages/htmlburger-carbon-fields)[tightenco/tlint

Tighten linter for Laravel conventions

5271.2M34](/packages/tightenco-tlint)[dflydev/placeholder-resolver

Given a data source representing key =&gt; value pairs, resolve placeholders like ${foo.bar} to the value associated with the 'foo.bar' key in the data source.

14414.6M3](/packages/dflydev-placeholder-resolver)[pear/pear

This is the definitive source of PEAR's core files.

1161.7M20](/packages/pear-pear)[pragmarx/ia-collection

Laravel Illuminate Agnostic Collection

473.4M2](/packages/pragmarx-ia-collection)[binarycabin/laravel-uuid

A wrapper for webpatser/laravel-uuid with additional integration

86589.4k](/packages/binarycabin-laravel-uuid)

PHPackages © 2026

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