---
title: "Important: #68758 - Command controllers allowed in subfolders"
manual: "TYPO3 Core Changelog"
version: "main"
permalink: "https://docs.typo3.org/permalink/changelog:important-68758"
source: "Changelog/7.5/Important-68758-CommandControllersAllowedInSubfolders.rst"
typo3-version: "7.5"
typo3-major: 7
type: "important"
issue: 68758
forge: "https://forge.typo3.org/issues/68758"
tags: ["PHP-API", "CLI", "ext:extbase"]
rendered: "2026-09-20T18:31:11+00:00"
---

# Important: #68758 - Command controllers allowed in subfolders {#important-68758}

See [forge#68758](https://forge.typo3.org/issues/68758)

## Description {#description}

Extbase command controllers can now reside in arbitrary subfolders within the
`Command` folder. This allows for better grouping and namespacing of commands.

Given a command controller resides in `my_ext/Classes/Command/Hello/WorldCommandController.php`,
it can now be invoked like this:

```shell
typo3/cli_dispatch.sh extbase my_ext:hello:world <arguments>
```
