Difference between revisions of "Template:Composer"
Jump to navigation
Jump to search
Tag: 2017 source edit |
Tag: 2017 source edit |
||
| Line 8: | Line 8: | ||
|- | |- | ||
| Run <code>composer install</code>. | | Run <code>composer install</code>. | ||
| + | |- | ||
| + | | You may need to run <code>composer self-update</code> (assuming you have not recently) before installing package(s). | ||
|} | |} | ||
Revision as of 11:04, 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.
|
You may need to run composer self-update (assuming you have not recently) before installing package(s).
|