root > category

Symfony 3

Explore practical articles, tutorials, and troubleshooting guides from this topic cluster.

search
SYM
Symfony 3 Dec 13, 2018

[Solution] Symfony 3 easy translation

For twig base.html.twig : <p{{ 'message'|trans }}</p> Create or update your files translation : # tempate from app/Resources php bin/console translation:update --dump-messages…

Read Article 7 years ago
SYM
Symfony 3 Sep 15, 2018

Console Command Symfony 3

Create a database php bin/console doctrine:database:create Update database php app/console doctrine:schema:update --force Create a bundle php bien/console generate:bundle Create a entity php…

Read Article 8 years ago