|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| app | %!s(int64=7) %!d(string=hai) anos | |
| bin | %!s(int64=7) %!d(string=hai) anos | |
| src | %!s(int64=7) %!d(string=hai) anos | |
| tests | %!s(int64=7) %!d(string=hai) anos | |
| var | %!s(int64=7) %!d(string=hai) anos | |
| web | %!s(int64=7) %!d(string=hai) anos | |
| .gitignore | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
| composer.json | %!s(int64=7) %!d(string=hai) anos | |
| composer.lock | %!s(int64=7) %!d(string=hai) anos | |
| phpunit.xml.dist | %!s(int64=7) %!d(string=hai) anos |
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.