-
Notifications
You must be signed in to change notification settings - Fork 63
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Annotations rooting not work #89
Comments
Hi @krombox, Sorry for the late reply! It seems that you are running into a bug could you please provided me this the symfony version that you are using? Also did you enable the annotation in the bundle configuration? # app/config/config.yml
be_simple_i18n_routing:
# if true, enables the annotation route loader
annotations: true |
Hello @boekkooi ! I'm having the same trouble... |
Hi, |
I also have this problem. Symfony version 3.1.5 |
same issue |
same issue @boekkooi. Would you please check |
Make sure the line |
@Powerhamster doesn't seem to work, any other ideas, why it might not work? |
@RuslanZavacky I have no other idea, this fixed it for me. |
I also have this problem Symfony 2.8.17 |
FYI, the following steps helped me on Symfony 3.2.7 to work with annotations:
|
Thanks, janwebdev, that worked for me too on Symfony 3.3 |
Hey guys, When |
@janwebdev, worked for me too. Thanks But all @route annotations should be replaced by @i18nroute. |
Good day. I am starting to solve one of my tasks with your bundle. It looks easy to use and exactly what i need. I have installed latest version since it has annotation support
"besimple/i18n-routing-bundle": "dev-master"
. Also, i am using Symfony 2.6.*(tried with 3.1.3 too).Yaml and XML working well, but Annotations not.
After call
/dashboard
i gotNo route found for "GET /dashboard"
Also, when i tried to run test with
phpunit vendor/besimple/i18n-routing-bundle/tests/Routing/Loader/AnnotatedRouteControllerLoaderTest.php
i got: errors
What i am doing wrong? Could someone help me?
Thanks
The text was updated successfully, but these errors were encountered: