Symfony exercise

Carlos Carrascal 079254378f First commit 7 年之前
app 079254378f First commit 7 年之前
bin 079254378f First commit 7 年之前
src 079254378f First commit 7 年之前
tests 079254378f First commit 7 年之前
var 079254378f First commit 7 年之前
web 079254378f First commit 7 年之前
.gitignore 079254378f First commit 7 年之前
README.md 079254378f First commit 7 年之前
composer.json 079254378f First commit 7 年之前
composer.lock 079254378f First commit 7 年之前
phpunit.xml.dist 079254378f First commit 7 年之前

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.