Find various roads of FOSUserBunde functions
php bin/console debug:router
User creation
php bin/console fos:user:create
Promote user
$ php bin/console fos:user:promote testuser ROLE_ADMIN
-
Create database php bin/console doctrine:database:create
-
Create an entity php bin/console generate:doctrine:entity AppBundle:Article
-
Send the entity to the database php bin/console doctrine:schema:update --force
-
Regenerate entity php bin/console doctrine:generate:entities AcmeBundle:Entity
Create a controller php bin/console generate:controller --no-interaction --controller=AppBundle:Article
- Generate a form linked with an entity php bin/console generate:doctrine:form AcmeBlogBundle:Post