Redirect to Specific Controller Method

You can redirect() not only to URL or specific route, but to a specific Controller's specific method, and even pass the parameters. Use this:

return redirect()->action([SomeController::class, 'method'], ['param' => $value]);

Like our articles?

Become a Premium Member for $129/year or $29/month
What else you will get:
  • 69 courses (majority in latest Laravel 11)
  • 91 long-form tutorials
  • access to project repositories
  • access to private Discord

Recent New Courses