filament PWA is possible?

Hello everyone! I wanted to know if it's possible to turn a filament project into a PWA. Thanks a lot to everyone.
8 Replies
toeknee
toeknee4mo ago
Hello, no it is not. You can have PWA feel approach, called SPA Mode.
NeerGreeN
NeerGreeN4mo ago
Hello Toeknee, can you tell me more about SPA mode?
toeknee
toeknee4mo ago
Laravel
Navigate | Laravel
A full-stack framework for Laravel that takes the pain out of building dynamic UIs.
NeerGreeN
NeerGreeN4mo ago
Hmm... okay, if I publish the base blade files of the panel, can I use silviolleite/laravel-pwa or shailesh-ladumor/laravel-pwa?
toeknee
toeknee4mo ago
Not as far as I am aware. Livewire calls the server with every request.
NeerGreeN
NeerGreeN4mo ago
Ok. Is there a way to prompt the user to download an icon for easy access to the site?
NeerGreeN
NeerGreeN4mo ago
Thank you very much Toeknee, I'll try this solution.