Update Curator to the latest or a specific version
Updates Curator to the latest version (or a specific version). This command downloads the upgrade package, validates
it, applies the update, clears caches, and runs migrations.Arguments:
Argument
Required
Description
version
No
Specific version to upgrade to (defaults to latest)
Options:
Option
Description
--theme
Upgrade the theme (default behavior)
--no_theme
Skip upgrading the theme
Examples:
# Upgrade to the latest versionphp artisan curator:upgrade# Upgrade to a specific versionphp artisan curator:upgrade 4.2.0# Upgrade without updating the themephp artisan curator:upgrade --no_theme