When I followed the "how to" steps for Bedrock, i had the .mo and .po languages for FR that were in languages but not on the production server (it's a PaaS, so each time, the hard drive is clean, it takes the git repository and calls composer install)
So I tried to delete the app/languages/* and call composer install, and yes, nothing is published again on this folder, which remains empty.
Am I doing something wrong ? Did I miss something ?
Hello,
Here's my setup:
Complete composer.json can be found here: https://gist.github.com/tristanbes/a857834d3ae2d599d7ad1e3c6867545c
When I followed the "how to" steps for Bedrock, i had the .mo and .po languages for FR that were in
languages
but not on the production server (it's a PaaS, so each time, the hard drive is clean, it takes the git repository and callscomposer install
)So I tried to delete the
app/languages/*
and callcomposer install
, and yes, nothing is published again on this folder, which remains empty.Am I doing something wrong ? Did I miss something ?
Thanks.