CodeIgniter4-translations |
I think there is a problem when trying to install the translation using composer.
1 - https://codeigniter.com/user_guide/insta...anslations# we see composer require codeigniter4/translations @rc This works, but the translation folder is installed in "/vendor/codeigniter4/translations/Language" path, since must be in "/app/Language". Its installing v4.0.0-rc.3 version. 2 - https://codeigniter.com/user_guide/insta...anslations. the same, but with the code composer require codeigniter4/translations @beta 3 - https://codeigniter.com/user_guide/outgo...anslations composer require codeigniter4/translations https://codeigniter.com/user_guide/outgo...anslations Get an error: "[InvalidArgumentException] Could not find a version of package codeigniter4/translations matching your minimum-stability (stable). Require it with an explicit version constraint allowing its desired stability." So, I dont want to copy the folder. I want to use composer. What should I do? |
Welcome Guest, Not a member yet? Register Sign In |