You may try with simply
return Redirect::route('route_name',array(route_params));
instead of
return Redirect::action('NewsC@index');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community