FitzBundle contrib recipe

This commit is contained in:
Hugo Soltys
2019-07-30 17:08:52 +02:00
parent f205863ddb
commit ad8fb1c109
6 changed files with 25 additions and 0 deletions
@@ -0,0 +1,3 @@
fitz:
composer_path: '/usr/local/bin/composer'
queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle'
@@ -0,0 +1,3 @@
fitz:
composer_path: '/usr/local/bin/composer'
queue_file_path: '%kernel.project_dir%/vendor/hugosoltys/fitz-bundle'
@@ -0,0 +1,2 @@
fitz:
resource: "@FitzBundle/Resources/config/routing.xml"
@@ -0,0 +1,2 @@
fitz:
resource: "@FitzBundle/Resources/config/routing.xml"
+9
View File
@@ -0,0 +1,9 @@
{
"bundles": {
"HugoSoltys\\FitzBundle\\FitzBundle": ["dev", "test"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}
@@ -0,0 +1,6 @@
<bg=blue;fg=white> </>
<bg=blue;fg=white> How to install bundles? </>
<bg=blue;fg=white> </>
* <fg=blue>Choose your bundles</> by visiting <comment>http://localhost/fitz/install</>
* <fg=blue>Install</> them by running <comment>php bin/console fitz:install</>