dddshelf / last-wishes

Last Wishes is a PHP application written following Domain-Driven Design approach. It's one of the sample applications where you can check the concepts explained in the "Domain-Driven Design in PHP" book.
https://leanpub.com/ddd-in-php
659 stars 120 forks source link

Unable to generate a URL for the named route "login" as such route does not exist. #9

Closed tworzenieweb closed 8 years ago

tworzenieweb commented 8 years ago

This happened after registering.

RouteNotFoundException in UrlGenerator.php line 130:
in UrlGenerator.php line 130
at UrlGenerator->generate('login') in index.php line 50
at {closure}(object(Request))
at call_user_func_array(object(Closure), array(object(Request))) in HttpKernel.php line 139
at HttpKernel->handleRaw(object(Request), '1') in HttpKernel.php line 62
at HttpKernel->handle(object(Request), '1', true) in Application.php line 586
at Application->handle(object(Request)) in Application.php line 563
at Application->run() in index.php line 239
carlosbuenosvinos commented 8 years ago

Thanks again.