// For a route with the following URI: profile/{id}
return redirect()->route('profile', ['id' => 1]);
alejandrozepeda liked this reply
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community