Template:Composer

From Lorekeeper Wiki
Revision as of 10:10, 20 October 2020 by Mercury (talk | contribs)
Jump to navigation Jump to search
Installing packages with Composer:
Commands are given as composer [command]; if you have not installed composer globally, they will be php composer.phar [command] instead.
You may need to run composer self-update (assuming you have not recently) before installing package(s).
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.