Symfony exercise

Carlos Carrascal 079254378f First commit 7 gadi atpakaļ
app 079254378f First commit 7 gadi atpakaļ
bin 079254378f First commit 7 gadi atpakaļ
src 079254378f First commit 7 gadi atpakaļ
tests 079254378f First commit 7 gadi atpakaļ
var 079254378f First commit 7 gadi atpakaļ
web 079254378f First commit 7 gadi atpakaļ
.gitignore 079254378f First commit 7 gadi atpakaļ
README.md 079254378f First commit 7 gadi atpakaļ
composer.json 079254378f First commit 7 gadi atpakaļ
composer.lock 079254378f First commit 7 gadi atpakaļ
phpunit.xml.dist 079254378f First commit 7 gadi atpakaļ

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.