PWA Settings
Progessive Web App Requirements
- HTTPS must required in your domain (for enable contact your host provider for SSL configuration).
- Start URL you put must be correct in below settings.
- All icons size required and to be updated in Icon Settings.
Important Notes
- IF your domain content /public than in above Manifest setting start_url should be https://yourdomain.com/public/?launcher=true
- IF your domain doesn't content /public than in above Manifest setting start_url should be /?launcher=true
- IF your project is under subdomain and content /public than in above Manifest setting start_url should be:
- https://test.yourdomain.com/public/?launcher=true
- https://test.yourdomain.com/?launcher=true
@include('admin.pwasetting.sw')
@include('admin.pwasetting.icon')