codexshaper/laravel-pwa

Laravel Progressive Web App
3,128 15
Install
composer require codexshaper/laravel-pwa
Latest Version:v1.2
PHP:^7.0|^7.1|^7.2|^7.3|^7.4|^8.0
License:MIT
Last Updated:Dec 27, 2021
Links: GitHub  ·  Packagist
Maintainer: Codexshaper

License Build Status StyleCI Quality Score Downloads Latest Version on Packagist

Description

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

Lravel PWA version Laravel version
1.0 ^5.6, ^6.0, ^7.0
1.1 ^8.0
1.2 ^8.0

Requirements

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

Click here to see video instruction.

IMAGE ALT TEXT HERE

Download

composer require codexshaper/laravel-pwa

Install

php artisan pwa:install

Use: Add below code before closing head tag

{{ pwa_meta() }}

OR

@PWA

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

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

  • Md Abu Ahsan Basir - Creator and Maintainer - github

Concept from silviolleite

Related Packages

nikapps/bazaar-push

a robot based on Laravel framework for CafeBazaar developer panel which regularl...

22 6
foxws/laravel-pwa

PWA manifest and Blade directives for Laravel.

5,259 1
max13/push

Push message manager for PHP. Can even manage SMS.

17 0
marcin-orlowski/laravel-api-response-builder

Helps building nice, normalized and easy to consume Laravel REST API.

525,519 852