> ## Documentation 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.

# Artisan Commands

> Reference for all custom Curator artisan commands, including descriptions, arguments, options, and usage examples.

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.

<Note>
  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.
</Note>
