Skip to content

Instantly share code, notes, and snippets.

@andreaswolf
Forked from anonymous/gist:764e2b9f9618ea08618d
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save andreaswolf/935b95a679c25753cc2b to your computer and use it in GitHub Desktop.
Save andreaswolf/935b95a679c25753cc2b to your computer and use it in GitHub Desktop.
# #
# Routes configuration #
# #
# This file contains the configuration for the MVC router. #
# Just add your own modifications as necessary. #
# #
# Please refer to the Flow manual for possible configuration options. #
# #
-
name: 'Analytics'
uriPattern: 'Mycompany.Analytics'
defaults:
@package: 'Mycompany.Analytics'
@controller: 'Customer'
@action: 'Index'
@format: 'html'
subRoutes:
'BlogSubroutes':
package: 'Mycompany.Analytics'
-
name: 'Default route'
uriPattern: ''
defaults:
@package: 'Mycompany.MyPackage'
@controller: 'Standard'
@action: 'index'
@format: 'html'
##
# Flow subroutes
#
-
name: 'Flow'
uriPattern: '<FlowSubroutes>'
defaults:
'@format': 'html'
subRoutes:
FlowSubroutes:
package: TYPO3.Flow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment