abdul_rehman333's avatar

how to run laravel application offline pwa

i have a menu system that has images and other stuff it's live but now I want to make it offline as well when someone don't have internet it should first install the that menu and use like offline using laravel pwa it's impossible I m using but when I m going to offline it's showing nothing? how can I do that ?

0 likes
1 reply
martinbean's avatar

@abdul_rehman333 Google has a good resource on what PWAs are and how to build one: https://web.dev/explore/progressive-web-apps

It’s worth noting though, that your choice of back-end is completely unrelated to PWAs since PWAs are a client-side concern and implemented using client-side technologies (such as JavaScript, service workers, etc).

1 like

Please or to participate in this conversation.