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

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

codexshaper/laravel-pwa
=======================

Laravel Progressive Web App

v1.2(4y ago)153.0k9[6 issues](https://github.com/Codexshaper/laravel-pwa/issues)MITPHPPHP ^7.0|^7.1|^7.2|^7.3|^7.4|^8.0CI failing

Since Jul 12Pushed 4y ago2 watchersCompare

[ Source](https://github.com/Codexshaper/laravel-pwa)[ Packagist](https://packagist.org/packages/codexshaper/laravel-pwa)[ Docs](https://github.com/Codexshaper/laravel-pwa)[ RSS](/packages/codexshaper-laravel-pwa/feed)WikiDiscussions master Synced today

READMEChangelog (3)Dependencies (3)Versions (7)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)

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 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

33

—

LowBetter than 75% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 51.3% 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

Every ~265 days

Total

3

Last Release

1595d ago

PHP version history (3 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

### Community

Maintainers

![](https://www.gravatar.com/avatar/88afdef32d0b9f6870f60d470bd66609c03fa02643393a7ee4c4de50dc390e3d?d=identicon)[Codexshaper](/maintainers/Codexshaper)

---

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)")[![nikfarid](https://avatars.githubusercontent.com/u/10116119?v=4)](https://github.com/nikfarid "nikfarid (1 commits)")

---

Tags

androidappchromefirefoxfirefox-pwagoogle-pwaiosios-pwalaravellaravel-pwamultitenancymultitenantmultitenant-applicationsprogressiveprogressive-web-apppwapwa-laravelsafarisafari-pwawebweblaravelchromeappandroidiosmulti-tenancymultitenancyfirefoxpwasafarimultitenantProgressive Web Applaravel pwapwa-laravelprogressivegoogle-pwaios-pwafirefox-pwasafari-pwa

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[erag/laravel-pwa

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

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

this package used for the make pwa website.

270277.7k](/packages/ladumor-laravel-pwa)[nativephp/mobile

NativePHP for Mobile

82724.0k43](/packages/nativephp-mobile)[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)[interaction-design-foundation/laravel-geoip

Support for multiple Geographical Location services.

17221.0k3](/packages/interaction-design-foundation-laravel-geoip)

PHPackages © 2026

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