PHPackages                             xslainpwa/laravel-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. xslainpwa/laravel-pwa

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

xslainpwa/laravel-pwa
=====================

Laravel Progressive Web App

3.0.1(1y ago)065↓33.3%MITPHPPHP ^8.2

Since Jul 12Pushed 1y agoCompare

[ Source](https://github.com/ogoungaemmanuel/laravel-pwa)[ Packagist](https://packagist.org/packages/xslainpwa/laravel-pwa)[ Docs](https://github.com/Xslainpwa/laravel-pwa)[ RSS](/packages/xslainpwa-laravel-pwa/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (9)Used By (0)

[![License](https://camo.githubusercontent.com/1e1cb7bae9fc55a01fc5443d26e358dc21c129253bcfa9841db85c4f25aa2ecf/687474703a2f2f696d672e736869656c64732e696f2f3a6c6963656e73652d6d69742d626c75652e7376673f7374796c653d666c61742d737175617265)](http://badges.mit-license.org)[![Build Status](https://camo.githubusercontent.com/7ce7243171a944e6cc64b2499c408a4cf7f1b3e96eec3e39f5bc04cb93055e55/68747470733a2f2f7472617669732d63692e6f72672f58736c61696e7077612f6c61726176656c2d7077612e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/Xslainpwa/laravel-pwa)[![StyleCI](https://camo.githubusercontent.com/a8c3b595701539a343b977cc03c15b69a7a7d0113df39266b9ed5317dbe954b3/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3237393037333936352f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/279073965?branch=master)[![Quality Score](https://camo.githubusercontent.com/5e424c75445f1c1badb0f660d360f73bb140aa69b16ba1597618afd4acbe51f2/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f58736c61696e7077612f6c61726176656c2d7077612e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/Xslainpwa/laravel-pwa)[![Downloads](https://camo.githubusercontent.com/6909909f70c564cc2d9a89a3693953b81ff4a896b3b50a1c60a4e17c2009fae9/68747470733a2f2f706f7365722e707567782e6f72672f58736c61696e7077612f6c61726176656c2d7077612f642f746f74616c2e737667)](https://packagist.org/packages/Xslainpwa/laravel-pwa)[![Latest Version on Packagist](https://camo.githubusercontent.com/d732e7e1faa981da828226f7b6c1dbcbacf9a0daf8c87d07eacf2db3e7fa3818/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f58736c61696e7077612f6c61726176656c2d7077612e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/Xslainpwa/laravel-pwa)

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.01.2^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 xslainpwa/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

35

—

LowBetter than 79% of packages

Maintenance35

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Every ~381 days

Total

5

Last Release

603d ago

Major Versions

v1.2 → 2.02024-01-25

2.0 → 3.0.12024-09-17

PHP version history (5 changes)v1.0PHP ^7.1|^7.2

v1.1PHP ^7.0|^7.1|^7.2|^7.3|^7.4

v1.2PHP ^7.0|^7.1|^7.2|^7.3|^7.4|^8.0

2.0PHP ^8.1

3.0.1PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/69cfbb3a98cb81e1bcbc83e1f7a3c49302b01539c944ef9259745865e4c6a621?d=identicon)[xslain](/maintainers/xslain)

---

Top Contributors

[![Codexshaper](https://avatars.githubusercontent.com/u/49456098?v=4)](https://github.com/Codexshaper "Codexshaper (20 commits)")[![maab16](https://avatars.githubusercontent.com/u/20833514?v=4)](https://github.com/maab16 "maab16 (18 commits)")[![ogoungaemmanuel](https://avatars.githubusercontent.com/u/20252938?v=4)](https://github.com/ogoungaemmanuel "ogoungaemmanuel (2 commits)")[![nikfarid](https://avatars.githubusercontent.com/u/10116119?v=4)](https://github.com/nikfarid "nikfarid (1 commits)")

---

Tags

weblaravelchromeappandroidiosmulti-tenancymultitenancyfirefoxpwasafarimultitenantProgressive Web Applaravel pwapwa-laravelprogressivegoogle-pwaios-pwafirefox-pwasafari-pwa

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[codexshaper/laravel-pwa

Laravel Progressive Web App

153.0k](/packages/codexshaper-laravel-pwa)[erag/laravel-pwa

A simple and easy-to-use PWA (Progressive Web App) package for Laravel applications.

16083.3k](/packages/erag-laravel-pwa)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[ladumor/laravel-pwa

this package used for the make pwa website.

270277.7k](/packages/ladumor-laravel-pwa)[devrabiul/laravel-pwa-kit

Laravel PWA Kit is a lightweight and flexible package to add Progressive Web App (PWA) support to your Laravel applications with ease.

571.4k](/packages/devrabiul-laravel-pwa-kit)[renoki-co/clusteer

Clusteer is a Puppeteer wrapper written for PHP, with the super-power of parallelizing pages across multiple browser instances.

891.2k](/packages/renoki-co-clusteer)

PHPackages © 2026

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