It is Blade code, but it doesn't matter - echo it out. If it still doesn't work - you need to check...
Did you restart the server after enabling mod_rewrite?
Have you tried capitalising it in your code? i.e. return View::make('Usr.login'); I'm not sure abo...
After adding packages to composer.json - you need to run "composer update" from your comma...
I doubt this is a Laravel issue, as HTML::image just generates a img HTML tag. Thus would most likel...
The Laravel portal for problem solving, knowledge sharing and community building.