PHPackages                             lucaciotti/filament-pwa - 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. lucaciotti/filament-pwa

ActiveLibrary

lucaciotti/filament-pwa
=======================

get a PWA feature on your FilamentPHP app with settings from panel

027↓100%PHP

Since Nov 2Pushed 6mo agoCompare

[ Source](https://github.com/lucaciotti/filament-pwa)[ Packagist](https://packagist.org/packages/lucaciotti/filament-pwa)[ RSS](/packages/lucaciotti-filament-pwa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

[![Screenshot](https://raw.githubusercontent.com//tomatophp/filament-pwa/master/arts/3x1io-tomato-pwa.jpg)](https://raw.githubusercontent.com//tomatophp/filament-pwa/master/arts/3x1io-tomato-pwa.jpg)

Filament PWA
============

[](#filament-pwa)

[![Latest Stable Version](https://camo.githubusercontent.com/c63870a93723d26ecc98f72812f837b10c4abee199a777e564fe999e51d9bd79/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7077612f76657273696f6e2e737667)](https://packagist.org/packages/tomatophp/filament-pwa)[![License](https://camo.githubusercontent.com/7c00f4260a6611905514584f6ea561b452f299971dd1e45535a9445f52f3f632/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7077612f6c6963656e73652e737667)](https://packagist.org/packages/tomatophp/filament-pwa)[![Downloads](https://camo.githubusercontent.com/e3a9554bef85f9da25ea5877d88b290b83a5ff649892bbbe68047628170d71ca/68747470733a2f2f706f7365722e707567782e6f72672f746f6d61746f7068702f66696c616d656e742d7077612f642f746f74616c2e737667)](https://packagist.org/packages/tomatophp/filament-pwa)

get a PWA feature on your FilamentPHP app with settings from panel

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

[](#installation)

```
composer require tomatophp/filament-pwa
```

now you need to publish and migrate settings table

```
php artisan vendor:publish --provider="Spatie\LaravelSettings\LaravelSettingsServiceProvider" --tag="migrations"
php artisan filament-settings-hub:install
```

after install your package please run this command

```
php artisan filament-pwa:install
```

finally reigster the plugin on `/app/Providers/Filament/AdminPanelProvider.php`

```
->plugin(\TomatoPHP\FilamentPWA\FilamentPWAPlugin::make())
```

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

[](#screenshots)

[![Install](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/install.png)](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/install.png)[![App](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/app.png)](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/app.png)[![Setting Hub](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/setting-hub.png)](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/setting-hub.png)[![Setting Page](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/setting-page.png)](https://raw.githubusercontent.com/tomatophp/filament-pwa/master/arts/setting-page.png)

Use Directive
-------------

[](#use-directive)

you can use directive to allow PWA on none-FilamentPHP pages, just add this directive to your blade file on top of ``

```
@filamentPWA
```

Publish Assets
--------------

[](#publish-assets)

you can publish config file by use this command

```
php artisan vendor:publish --tag="filament-pwa-config"
```

you can publish views file by use this command

```
php artisan vendor:publish --tag="filament-pwa-views"
```

you can publish languages file by use this command

```
php artisan vendor:publish --tag="filament-pwa-lang"
```

Other Filament Packages
-----------------------

[](#other-filament-packages)

Checkout our [Awesome TomatoPHP](https://github.com/tomatophp/awesome)

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance47

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 64.7% 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/86ca85af247e55ef198de57ace124a037c0701a0a1cfa45bfac1009b102a547c?d=identicon)[Luca Ciotti](/maintainers/Luca%20Ciotti)

---

Top Contributors

[![fadymondy](https://avatars.githubusercontent.com/u/11937812?v=4)](https://github.com/fadymondy "fadymondy (11 commits)")[![lucaciotti](https://avatars.githubusercontent.com/u/5623252?v=4)](https://github.com/lucaciotti "lucaciotti (5 commits)")[![samuelterra22](https://avatars.githubusercontent.com/u/11915449?v=4)](https://github.com/samuelterra22 "samuelterra22 (1 commits)")

### Embed Badge

![Health badge](/badges/lucaciotti-filament-pwa/health.svg)

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

PHPackages © 2026

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