laravel-pwa icon indicating copy to clipboard operation
laravel-pwa copied to clipboard

Installable PWA for laravel. Implement PWA in your laravel website within 5 mins. It supports both single site and multi tenancy.

Results 6 laravel-pwa issues
Sort by recently updated
recently updated
newest added
trafficstars

Please add support for PHP 8

Hello, i am getting this error could anybody help me ? ![image](https://user-images.githubusercontent.com/22167469/131637747-7358b931-58ea-4063-9785-7223fe1105f1.png) Thank you in advance!

HTML Downlaod Javascript ``` var pwaInstallBtn = document.getElementById('pwa-install'); let isInitiatePwa = false; pwaInstallBtn.style.display = 'none'; window.addEventListener('beforeinstallprompt', (e) => { // Prevent the mini-infobar from appearing on mobile e.preventDefault(); window.deferredPrompt =...

documentation

Hello Abu, what can i do if its not automatically generated button for install app, and dont have install option in menu bar? P.s. I have this errors in my...

Tried to install this on a Laravel 8 install and got the following list of errors - any idea what the problem is? ` doglett@doglett-MBP localdev-laravel-web-app % composer require codexshaper/laravel-pwa...

I really like this package so far, but I am having trouble getting the image upload to work properly. First, there is a random carat above the drop-downs. Then, after...