I think you mistake this of
return Redirect::route();
Not at all.
The problem with
return Redirect::route();
is I cannot send a '200' or '201' status code.
Because it insists on a '302' status code
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community