Installation de FOSUserBundle lié à une entité User
* procédure en 7 étapes: https://symfony.com/doc/current/bundles/FOSUserBundle/index.html#content_wrapper
... | ... | @@ -23,6 +23,7 @@ |
"php": ">=5.5.9", | ||
"doctrine/doctrine-bundle": "^1.6", | ||
"doctrine/orm": "^2.5", | ||
"friendsofsymfony/user-bundle": "~2.0", | ||
"incenteev/composer-parameter-handler": "^2.0", | ||
"sensio/distribution-bundle": "^5.0.19", | ||
"sensio/framework-extra-bundle": "^5.0.0", | ||
... | ... |
Please register or sign in to comment