No description
Find a file
Robin Krahnen c90819598f
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/tag/code-style Pipeline was successful
update structure of composer.json and update dependencies
2024-10-11 14:38:45 +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 update structure of composer.json and update dependencies 2024-10-11 14:38:45 +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