Answer the question
In order to leave comments, you need to log in
Laravel 5.4 route() not passing child route parameter as GET parameter?
The page is in the path: /bla-bla/{project_id}/bla-bla
I'm trying to display a link like /bla-bla/{project_id}/bla-bla?project_id=number&user_name=name ,
but when using
{{ route('project.team.remove', ['project_id'=>'number', 'user_name'=>'name']) }}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question