Improved InstallCommand, adding migrations and removing code duplication

This commit is contained in:
Alejandro Celaya
2016-08-19 15:15:53 +02:00
parent 7d49c1760c
commit ea083e30b6
3 changed files with 33 additions and 21 deletions

View File

@@ -18,6 +18,7 @@
<!-- Paths to check -->
<file>bin</file>
<file>module</file>
<file>data/migrations</file>
<file>config</file>
<file>public/index.php</file>
<exclude-pattern>config/params/*</exclude-pattern>