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

# curator:info

> Display information about the Curator portal

Returns information about the Curator portal, including version, environment, and configuration details.

**Options:**

| Option         | Shortcut | Description                                 |
| -------------- | -------- | ------------------------------------------- |
| `--extensions` | `-e`     | Include loaded PHP extensions in the output |
| `--ini`        | `-i`     | Include PHP ini settings in the output      |

**Examples:**

```bash theme={null}
php artisan curator:info
php artisan curator:info --extensions --ini
```
