Skip to content

Commit

Permalink
Merge pull request #2458 from SteeveDroz/patch-1
Browse files Browse the repository at this point in the history
Replace `composer install` by `composer require`
  • Loading branch information
MGatner authored Dec 20, 2019
2 parents dbf36b8 + 25c2695 commit ac509b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/outgoing/localization.rst
Original file line number Diff line number Diff line change
Expand Up @@ -293,6 +293,6 @@ You could download that repository, and copy its ``Language`` folder
into your ``app``. The incorporated translations will be automatically
picked up because the ``App`` namespace is mapped to your ``app`` folder.

Alternately, a better practice would be to ``composer install codeigniter4/translations``
Alternately, a better practice would be to ``composer require codeigniter4/translations``
inside your project, and the translated messages will be automatically picked
up because the translations folders get mapped appropriately.

0 comments on commit ac509b3

Please sign in to comment.