No description
Find a file
Ferdinand Kuhl 08a294513d
All checks were successful
ci/woodpecker/tag/code-style Pipeline was successful
ci/woodpecker/push/code-style Pipeline was successful
Merge branch 'release/1.0.0'
2024-08-07 11:10:28 +02:00
.woodpecker first working version 2024-06-21 13:17:27 +02:00
Classes first working version 2024-06-21 13:17:27 +02:00
Configuration first working version 2024-06-21 13:17:27 +02:00
Resources/Private/Schema/Settings first working version 2024-06-21 13:17:27 +02:00
composer.json first working version 2024-06-21 13:17:27 +02:00
LICENSE first working version 2024-06-21 13:17:27 +02:00
README.md first working version 2024-06-21 13:17:27 +02:00

DigiComp.FlowWebManifestUtils

This package provides small helpers to provide a PWA webmanifest.

It consists of two parts: a middleware, which will return the manifest to the browser and a view helper, which makes it easy to integrate your manifest to your (fluid template).

All you need to do is to integrate the Manifest-VieHelper to the head section of your template and adjust the DigiComp.FlowWebmanifestUtils.manifest values in Settings.yaml to match your needs.

Let me provide you an example:

<html>
<head>
    <DigiComp.FlowWebmanifestUtils:WebManifest />
</head>
</html>

That is the minimum you need to do, to have working manifest for your application.

The start_url - Parameter in the