From 2e77ef4c41b3a5fdb588125397edcf2eec6a0a7d Mon Sep 17 00:00:00 2001 From: Patrizio Bekerle <patrizio@bekerle.com> Date: Thu, 18 Nov 2021 15:22:50 +0100 Subject: [PATCH] Mention template application --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4399be3..cc379a3 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ This Symfony bundle contains BasePersonConnectorLdap services for the DBP Relay ```bash # You may want to first add the DBP Symfony recipe repository to your application to get the configuration file installed automatically # See: https://github.com/digital-blueprint/symfony-recipes +# You can also use https://gitlab.tugraz.at/dbp/relay/dbp-relay-server-template as a template application, it has the repository included composer require dbp/relay-base-person-connector-ldap-bundle ``` -- GitLab