Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How to Redirecting to Controller Actions in Laravel ?



How to Redirecting to Controller Actions in Laravel ?..

Answer / suresh kumar

Not only named route but we can also redirect to controller actions.
We need to simply pass the controller and name of the action to the action method as shown in the following example.

return redirect()->action(‘NameOfController@methodName’,[parameters]);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Laravel PHP Framework Interview Questions

What is laravel elixir?

0 Answers  


What do you know about laravel eloquent?

0 Answers  


What are route prefixes?

0 Answers  


Explain how to add csrf protection in laravel?

0 Answers  


How to use delete statement in laravel?

0 Answers  


What are cookies? How to get, set, distroy cookies in laravel?

0 Answers  


What is Middleware Parameters ?

1 Answers  


How to know laravel version?

1 Answers  


What is binding in laravel?

0 Answers  


Is laravel based on symfony?

0 Answers  


What is bootstrap in laravel?

0 Answers  


How to use laravel framework in php?

0 Answers  


Categories