laravel-pwa
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.
Please add support for PHP 8
Hello, i am getting this error could anybody help me ?  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 =...
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...