Skip to main content
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:
ArgumentRequiredDescription
versionNoSpecific version to upgrade to (defaults to latest)
Options:
OptionDescription
--themeUpgrade the theme (default behavior)
--no_themeSkip upgrading the theme
Examples:
# Upgrade to the latest version
php artisan curator:upgrade

# Upgrade to a specific version
php artisan curator:upgrade 4.2.0

# Upgrade without updating the theme
php artisan curator:upgrade --no_theme