Skip to main content
Curator registers a number of custom artisan commands for administration and configuration. Run any command with php artisan <command> from the webroot of the Curator installation, regardless of platform (Linux or Windows). You can also run php artisan by itself to see a full list of all available artisan commands.
Older versions of Curator use the portal: prefix instead of curator: for core commands (e.g., portal:setkey instead of curator:setkey). Either prefix works because they are aliased.