tomatophp/filament-pwa

get a PWA feature on your FilamentPHP app with settings from panel
26,718 93
Install
composer require tomatophp/filament-pwa
Latest Version:5.0.0
PHP:^8.2
License:MIT
Last Updated:Sep 15, 2026
Links: GitHub  ·  Packagist
Maintainer: fadymondy

Screenshot

Filament PWA

Latest Stable Version License Downloads

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

Version Compatibility

Plugin Filament Laravel PHP
5.x 5.x 12.x - 13.x 8.2+
4.x 4.x 11.x - 12.x 8.2+
1.x 3.x 10.x - 11.x 8.1+

Installation

composer require tomatophp/filament-pwa

The settings are stored with Filament Settings Hub, which creates the settings table. If it is not installed yet, run its installer first:

php artisan filament-settings-hub:install

after install your package please run this command

php artisan filament-pwa:install

finally register the plugin on /app/Providers/Filament/AdminPanelProvider.php

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

Upload Disk

Icons, splash screens and shortcut icons are stored on the public disk. To use another disk (for example s3), set it in .env or in the published config:

FILAMENT_PWA_UPLOAD_DISK=s3

The URLs in the manifest then come from that disk's url().

Screenshots

Install App Settings Settings Dark

Use Directive

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

@filamentPWA

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

Checkout our Awesome TomatoPHP

Related Packages

juniyasyos/filament-pwa-kaido

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

1,838 0
tomatophp/filament-invoices

Generate and manage your invoices / payments using multi currencies and multi ty...

4,377 108
tomatophp/filament-withdrawals

Manage your wallet withdrawals in FilamentPHP

2,254 7
tomatophp/filament-settings-hub

Manage your Filament app settings with GUI and helpers

63,137 58