Only 1 level of subdirectories is currently supported.
Only 1 level of subdirectories is auto-detected, if you want to go deeper you need to use routes to rewrite the subdirectory to a controller name (which uses underscores instead of slashes).
'some/deeper/dir(/:any)?' => 'some_deeper_dir$1'
It looks like you're new here. If you want to get involved, click one of these buttons!