I am trying to rewrite a with Laravel 4. previously I used Codeigniter. Usually I would do this in Codeigniter:
redirect('Controller/Function', 'Refresh');
and this would work on redirecting to that function of that controller. Here in laravel things seem different with all the routing happening. I saw many examples on the web and especially on the official laravel site docs & forum. I couldn't get what people are talking about.
Can someone please explain this as simple as possible?
really appreciated :)