How to make Laravel website PWA in minutes

preview_player
Показать описание

Recently, I have created a new package for Laravel Community. it's called Laravel PWA. first of all what is PWA? let me explain a bit more about PWA. PWA means progressive web application. PWA provides a facility to install your web application on mobile and desktop. you don't need to write lots of line code in native platform-specific code.

You can create a PWA site in a few minutes using Laravel PWA.

You can watch the video tutorial as well to install this package.

Please Like and Subscribe. This will really boost my confidence and encourage me to make more and more videos.

Thanks
Shailesh Ladumor
Рекомендации по теме
Комментарии
Автор

i already your tutorial step by step, it work but only run on virtual localhost, when i tried to upload lo hostinger and running, ít's not showing button for install. What is wrong here? Can you help me fix it?

KelvinDesigner-bo
Автор

Following Two Error am facing when do it in Locally, can you help me for this

Page is not served from a secure origin
No matching service worker detected. You may need to reload the page, or check that the scope of the service worker for the current page encloses the scope and start URL from the manifest.

rajakarthick
Автор

still, my app doesn't work offline. How you cache components when the components don't have some directory with sw.js?

muhammadfauzanrezapahlevi
Автор

it works for me but why does the error 404 get replaced by offline.html

markjosephmanalo
Автор

Thank you so much! But why it doesn't work in Firefox ?

issaissifou
Автор

can't running on laravel livewire ? how to?

mharisudn
Автор

cheers thanks for the amazing video :)

drtoxiccookie
Автор

Amazing how easy it is ! How did you create a composer package ?

MaxDolotboy
Автор

Спасибо за видео. Подскажите пожалуйста, на локалке все работает. А на сервере выдает содержимое файла offline на всех роутах, кроме главной страницы. Куда копать?

fieryflash
Автор

this is video nice, how to laravel 7 install PWA??

harisanwar
Автор

Hi, First of all, Nice packge. Now my query is, using this package will the service worker sync offline and online data also? Cause I am trying to use it on a PWA offline first admin dashboard.

ritomukherjee