[Neos] Kickstart a new Package with Controller

Patric Eckhart mail at patriceckhart.com
Sun Feb 15 16:16:20 CET 2015


Hey guys,

first I have installed TYPO3 Neos successfully. 
Now I have kickstart a new Package and Actioncontroller and run doctrine:migrate.

It works fine. In Routes.yaml I have add the following lines at the beginn

-
  name: 'Object index'
  uriPattern:    'object'
  defaults:
    '@package':    'MyComp.MyPackage'
    '@controller': 'Object'
    '@action':     'index'
    '@format':     'html'

when I type mydev/object in my browser I get: #1258721059: The security context contained no tokens which could be authenticated.

Also when I deleted the added lines from my Routes.yaml and call mydev/MyComp.Package/Object in my browser.

What should I add in my Package to make it work?

Many thanks!



More information about the Neos mailing list