From 192a2f0f6c5a6d78990f6cd01f30b8e3f6669e33 Mon Sep 17 00:00:00 2001 From: Benjamin Vison Date: Tue, 23 Jan 2018 14:00:33 -0500 Subject: [PATCH] Added routing information to the documentation --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b92854f..3bdb32b 100755 --- a/README.md +++ b/README.md @@ -28,6 +28,14 @@ $ php app/console doctrine:schema:update ``` +4. Add the routes to your `routing.yml` + + ``` + ... + nti_sync: + resource: "@NTISyncBundle/Resources/config/routing.yml" + ``` + ## Requirements Below are a list of things that need to be considered in order to implement this bundle: