Curator registers a number of custom artisan commands for administration and configuration. Run any command withDocumentation Index
Fetch the complete documentation index at: https://docs.curator.interworks.com/llms.txt
Use this file to discover all available pages before exploring further.
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.