Controller Names

Have camel case names for controllers changed, its not working as it used to.

OldFormatController.php <- does not work in yii2

NewformatController.php <- is this the only way (lower case f)?

It’s all about dashes.

http://example.com/old-format/index

Excellent.