We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcecfbb commit 4a30d1dCopy full SHA for 4a30d1d
README.md
@@ -1 +1,12 @@
1
-# vmb-zf2-data-export-module
+# vmb-zf2-data-export-module
2
+
3
+## Instalação
4
5
+Rode
6
+`php composer.phar vitorbarros/vmb-zf2-data-export-module`
7
8
+Após, adicione os seguintes modulos
9
+`DoctrineModule`, `DoctrineORMModule`, `DoctrineDataFixtureModule` and `VMBDataExport` no seguinte arquivo: `config/application.config.php`
10
11
+Após, crie o seguinte diertório com permissão de escrita
12
+`data/DoctrineORMModule/Proxy`
0 commit comments