Go to file
Michel vd Steege 051ffd6163
Update ProgressiveWebAppController.php
2018-06-25 13:50:02 +02:00
_config First commit 2018-06-24 15:51:50 +02:00
resources/js Service worker 2018-06-25 13:38:18 +02:00
src Update ProgressiveWebAppController.php 2018-06-25 13:50:02 +02:00
.editorconfig First commit 2018-06-24 15:51:50 +02:00
.gitignore First commit 2018-06-24 15:51:50 +02:00
LICENSE First commit 2018-06-24 15:51:50 +02:00
README.md Update README.md 2018-06-24 18:50:43 +02:00
composer.json Service worker 2018-06-24 18:14:41 +02:00

README.md

SilverStripe Progressive Web App

Tools to add progressive web app functionality to your silverstripe website

Installation

composer require pixelspin/silverstripe-progressivewebapp

Usage

Install the module, run dev/build and fill in the settings in the siteconfig Place the link to the manifest file () in the head of your pages and add the color meta data as well () Include the js (Requirements::javascript('pixelspin/silverstripe-progressivewebapp:resources/js/progressivewebapp.js');)

Todo

  • Add "add to homescreen" prompt
  • Add offline support
  • Create an you are offline page
  • Improve documentation