Composer Scripts
Composer Scripts may be added depending on what type of project you are creating. Check the composer.json
file to see what scripts are available after installation is complete.
Scripts
Run these scripts with this syntax:
composer SCRIPT_NAME
Script | Description |
---|---|
sync | On Craft sites, this script will run database migrations, apply project config changes, and check for updates. |