Symfony exercise

Carlos Carrascal 079254378f First commit 7 år sedan
app 079254378f First commit 7 år sedan
bin 079254378f First commit 7 år sedan
src 079254378f First commit 7 år sedan
tests 079254378f First commit 7 år sedan
var 079254378f First commit 7 år sedan
web 079254378f First commit 7 år sedan
.gitignore 079254378f First commit 7 år sedan
README.md 079254378f First commit 7 år sedan
composer.json 079254378f First commit 7 år sedan
composer.lock 079254378f First commit 7 år sedan
phpunit.xml.dist 079254378f First commit 7 år sedan

README.md

hangman

A Symfony project created on April 23, 2018, 9:26 am.

Compile web assets:

 $ bin/console assets:install --symlink

Run local server for development with

 $ php bin/console server:run

Clear caches

 $ bin/console cache:clear 

Update translation files

 $ bin/console translation:update --dump-messages --force --output-format=xlf es
 $ bin/console translation:update --dump-messages --force --output-format=xlf en 

Have fun.