Difference between revisions of "Template:Composer"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
Line 1: | Line 1: | ||
{| style="margin: 4px auto; width: 80%; border: 1px solid #adadad; background: #eee;" | {| style="margin: 4px auto; width: 80%; border: 1px solid #adadad; background: #eee;" | ||
|- | |- | ||
− | | '''Installing packages with Composer:''' | + | | '''Installing packages with Composer:''' |
|- | |- | ||
− | | | + | | If feasible, run <code>composer update</code>. If you encounter memory issues: |
+ | |- | ||
+ | | Locally, run <code>composer update</code>. Copy the composer.lock file to your site's server. | ||
+ | |- | ||
+ | | Run <code>composer install</code>. | ||
|} | |} |
Revision as of 09:59, 20 October 2020
Installing packages with Composer: |
If feasible, run composer update . If you encounter memory issues:
|
Locally, run composer update . Copy the composer.lock file to your site's server.
|
Run composer install .
|