return Redirect::route('authors');
Or if you are using resourceful controller then
return Redirect::route('authors.index');
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community