symfony1 - sfForkedDoctrineApplyPlugin - what enter into routing.yml? -


i installed symfony, sfdoctrineguarduser , sfforkeddoctrineapplyplugin, dont know neen enter routing.yml.

in documentation

http://www.symfony-project.org/plugins/sfforkeddoctrineapplyplugin

is only:

you can modify url's sfapply module's action. that, add options app.yml file:

all:   #...   sfforkedapply:     #...     routes:       apply: /user/new       reset: /user/password-reset       resetrequest: /user/reset-request       resetcancel: /user/reset-cancel       validate: /user/confirm/:validate       settings: /user/settings  all:   #...   sfforkedapply:     afterlogin: after_login_route     after: after_route   # fallback use old options too:   sfapplyplugin:     afterlogin: after_login_route     after: after_route 

but dont write need enter routing.yml andi have error:

the route "after_route" not exist.

and

the route "after_login_route" not exist.

what must there entered?

replace "after_code" default index module , append /index. use welcome/index example. redirects user after login page.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -