As you can see here: http://laravel.com/docs/4.2/helpers#urls
link_to_route works in this way:
link_to_route('articles.edit', 'Edit this post', ["article"=>$article->id]);
I don't know in laravel 5, however I don't think you should use route helper inside link_to_route helper
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community