installation FOSjsRoutingBundle ->
* cfr: https://symfony.com/doc/master/bundles/FOSJsRoutingBundle/installation.html * composer require friendsofsymfony/jsrouting-bundle * edit app/AppKernel.php et app/config/routing.yml * php bin/console assets:install --symlink web (symlink-> option linux) !! attention les modifs de assets:install sont dans vendor, il faut refaire cette commande sur le serveur prod !!
Showing
... | ... | @@ -24,6 +24,7 @@ |
"php": ">=5.5.9", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
"friendsofsymfony/jsrouting-bundle": "^2.2", | ||
"friendsofsymfony/user-bundle": "~2.0", | ||
"hirak/prestissimo": "^0.3.7", | ||
"incenteev/composer-parameter-handler": "^2.0", | ||
... | ... |
src/APIBundle/Form/LegumeAPIType.php
100644 → 100755
File mode changed from 100644 to 100755
src/PotageBundle/Controller/MasterController.php
100644 → 100755
File mode changed from 100644 to 100755
Please register or sign in to comment