Add vendors/ directory for third-party modules
[zf2.biz/application_blanche.git] / configs / application.config.php
index 873c275..5f35e66 100644 (file)
@@ -2,6 +2,7 @@
 return array(
     'module_paths' => array(
         realpath(__DIR__ . '/../modules'),
+        realpath(__DIR__ . '/../vendors'),
     ),
     'modules' => array(
         'Application',