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 ?
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).