Skip to content
Justin Tadlock edited this page Aug 9, 2018 · 1 revision

From time to time, you'll need to update any dependencies you have and make sure everything is up to date. This is as simple as running a couple of commands from your command line utility.

PHP dependencies

composer update

Node dependencies

npm update
Clone this wiki locally