PHPackages                             nawasara/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. [Templating &amp; Views](/categories/templating)
4. /
5. nawasara/modal

ActiveLibrary[Templating &amp; Views](/categories/templating)

nawasara/modal
==============

Reusable Blade and Livewire modal component for Laravel applications.

v0.1.0(1mo ago)044MITBladePHP ^8.1

Since Apr 28Pushed 1mo agoCompare

[ Source](https://github.com/nawasara/modal)[ Packagist](https://packagist.org/packages/nawasara/modal)[ RSS](/packages/nawasara-modal/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

Nawasara Modal
==============

[](#nawasara-modal)

Reusable Blade and Livewire modal component for Laravel applications.

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

[](#installation)

```
composer require nawasara/modal
```

Auto-discovered. Optionally publish the views to override the defaults:

```
php artisan vendor:publish --provider="Nawasara\Modal\ModalServiceProvider"
```

Usage
-----

[](#usage)

### Blade modal

[](#blade-modal)

```

    Modal content goes here.

        Close

```

Open the modal from anywhere on the page:

```
Open modal
```

### Livewire modal (universal)

[](#livewire-modal-universal)

Drop the universal modal once in your layout:

```

```

Then open any Livewire component inside it:

```
openModal({
    id: 'modal-livewire',
    title: 'Title',
    component: 'your.livewire.component',
    params: { /* ... */ }
});
```

Author
------

[](#author)

**Pringgo J. Saputro** &lt;&gt;

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance93

Actively maintained with recent releases

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity32

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

42d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/16914951?v=4)[Pringgo J. Saputro](/maintainers/pringgojs)[@pringgojs](https://github.com/pringgojs)

![](https://www.gravatar.com/avatar/edcf770bde3babcc9fa554e305e361b8614c1e505470e75842de75ea3e502548?d=identicon)[nawasara](/maintainers/nawasara)

---

Top Contributors

[![pringgojs](https://avatars.githubusercontent.com/u/16914951?v=4)](https://github.com/pringgojs "pringgojs (6 commits)")

---

Tags

laravellivewiremodalBlade componentNawasara

### Embed Badge

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

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

###  Alternatives

[tallstackui/tallstackui

TallStackUI is a powerful suite of Blade components that elevate your workflow of Livewire applications.

719160.4k12](/packages/tallstackui-tallstackui)[robsontenorio/mary

Gorgeous UI components for Livewire powered by daisyUI and Tailwind

1.5k531.0k21](/packages/robsontenorio-mary)[mati365/ckeditor5-livewire

CKEditor 5 integration for Laravel Livewire

436.8k](/packages/mati365-ckeditor5-livewire)[wendelladriel/slidewire

Create beautiful presentations powered by Livewire

1341.6k](/packages/wendelladriel-slidewire)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.2k](/packages/tomshaw-electricgrid)[ublabs/blade-simple-icons

A package to easily make use of Simple Icons in your Laravel Blade views.

1958.8k](/packages/ublabs-blade-simple-icons)

PHPackages © 2026

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