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

ActiveLibrary

poseso/pwa
==========

Laravel Progressive Web App

022PHP

Since Aug 15Pushed 4y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)[![Build Status](https://camo.githubusercontent.com/e17d9a4e7896e4df05d713e46eaa169fe25d0a568157f6031b5638b911e293f6/68747470733a2f2f7472617669732d63692e6f72672f436f6465787368617065722f6c61726176656c2d7077612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Codexshaper/laravel-pwa)[![StyleCI](https://camo.githubusercontent.com/a8c3b595701539a343b977cc03c15b69a7a7d0113df39266b9ed5317dbe954b3/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237393037333936352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/279073965?branch=master)[![Quality Score](https://camo.githubusercontent.com/398185ec73c31b51314af7a4148f0dc0fe8446fdc439135a42a941c39381b63d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f436f6465787368617065722f6c61726176656c2d7077612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Codexshaper/laravel-pwa)[![Downloads](https://camo.githubusercontent.com/a4155e970dfe705c02daf12994b6fa18917f860672229803c7767f569613d358/68747470733a2f2f706f7365722e707567782e6f72672f436f6465787368617065722f6c61726176656c2d7077612f642f746f74616c2e737667)](https://packagist.org/packages/Codexshaper/laravel-pwa)[![Latest Version on Packagist](https://camo.githubusercontent.com/4d65dca423006741a3e7d592c93f49de8db0dd853617380699eb7c5b7429e2bd/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f436f6465787368617065722f6c61726176656c2d7077612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Codexshaper/laravel-pwa)

Fork from Codexshaper/laravel-pwa
---------------------------------

[](#fork-from-codexshaperlaravel-pwa)

Added support for PHP 8+

Thanks Codexshaper for this great package.

Description
===========

[](#description)

Installable PWA for laravel. Implement PWA in your laravel website within 5 mins.

Lravel PWA versionLaravel version1.0^5.6, ^6.0, ^7.01.1^8.0Requirements
------------

[](#requirements)

It only suppoorts HTTPS and localhost (both HTTP and HTTPS)

#### Click here to see video instruction.

[](#click-here-to-see-video-instruction)

[![IMAGE ALT TEXT HERE](https://camo.githubusercontent.com/0966257e24778bca13885be1229b32af9e535f1c890c0f3159ada0e3d7ac2131/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f6b446379356346483637302f302e6a7067)](https://www.youtube.com/watch?v=kDcy5cFH670)

Download
--------

[](#download)

```
composer require codexshaper/laravel-pwa

```

Install
-------

[](#install)

```
php artisan pwa:install

```

Use: Add below code before closing head tag
-------------------------------------------

[](#use-add-below-code-before-closing-head-tag)

```
{{ pwa_meta() }}

```

OR

```
@PWA

```

Finaly configure your own information. Go to {{url}}/pwa
--------------------------------------------------------

[](#finaly-configure-your-own-information-go-to-urlpwa)

#### Additionaly you may add below script after all js loaded to work perfectly bootstrap 4 custom file input

[](#additionaly-you-may-add-below-script-after-all-js-loaded-to-work-perfectly-bootstrap-4-custom-file-input)

```
$(".custom-file-input").on("change", function() {
  var fileName = $(this).val().split("\\").pop();
  $(this).siblings(".custom-file-label").addClass("selected").html(fileName);
});

```

Contributors
------------

[](#contributors)

- **Md Abu Ahsan Basir** - *Creator and Maintainer* - [github](https://github.com/maab16)

Concept from [silviolleite](https://github.com/silviolleite/laravel-pwa)
------------------------------------------------------------------------

[](#concept-from-silviolleite)

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

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://avatars.githubusercontent.com/u/4913152?v=4)[Carlos Sanchez](/maintainers/poseso)[@poseso](https://github.com/poseso)

---

Top Contributors

[![poseso](https://avatars.githubusercontent.com/u/4913152?v=4)](https://github.com/poseso "poseso (7 commits)")

### Embed Badge

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

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

PHPackages © 2026

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