Service Worker Creation
symfony console pwa:create:swLast updated
Was this helpful?
The bundle provides a simple console command to create a very basic Service Worker:
symfony console pwa:create:swThis will create the file sw.js in your assets folder. This file will contain only placeholders that will be populated depending on the features described after.
If you want to remove one feature or the other, you can remove the associated placeholder.
Last updated
Was this helpful?
Was this helpful?