Welcome Guest, Not a member yet? Register   Sign In
(:any) Route Placeholder Not Working?
#4

Thanks so much. I appreciate the assistance. 

For anyone else hoping to pull it down as a full string, the view function needs to be as follows:
PHP Code:
public function view(...$slug)
{
  $slug implode("/",$slug);
  dd($slug);


Reply


Messages In This Thread
RE: (:any) Route Placeholder Not Working? - by MinimumViableProgrammer - 03-19-2020, 01:20 PM



Theme © iAndrew 2016 - Forum software by © MyBB