02.
AppBundle, Routing and Annotations
Keep on Learning!
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
If you liked what you've learned so far, dive in! Subscribe to get access to this tutorial plus video, code and script downloads.
Whoops, an error! Please, try again later.
8 Comments
Many thanks! You save my time and life :) This line many helped me: "composer dump-autoload"
Haha, you're welcome! It's the right way to avoid ineligible `composer update` call ;)
Cheers!
Hello,
When I add line "use Sensio\Bundle\FrameworkExtraBundle\Configuration\Route;" in MightMouseController.php and Save it this line gets removed automatically . I have also added autoload.
Can you please let me know where I am going wrong?
Thanks!
Hey Karthik!
That is *strange*! So literally, you add that line to MightyMouseController.php, and then it suddenly disappears? Nothing in Symfony should be modifying your files... so it shouldn't be anything strange coming from Symfony. What editor are you using? When you reload the page, do you see an error?
Cheers!
Thanks for reply. Yes it disappears when i save it and I am using Sublime.
I see error "/ - No such file or directory"
Thanks!
Hi Karthik!
Hmm, so it seems we have two issues:
1) For some reason, when you save a file in Sublime... something removes part of your code after. This, is totally a mystery
2) The error - "/ No such file or directory" - doesn't seem like an error that's coming from Symfony. Are you using the built-in PHP web server? What does the error look like exactly (maybe take a screenshot)? This error might just be coming from your web server - saying that it can't find the PHP file to execute.
Cheers!
Hi weaverryan !
Thanks for your reply and Sorry for the delay.
How do i attach the screenshot here I don't see any options to attach.
Thanks!
Hi Karthik,
We disable the option to upload images directly with Disqus, but you can attach a link to uploaded images - just use any service which allows image sharing like Imgur etc.
Cheers!
"Houston: no signs of life"
Start the conversation!