If you have filters that apply to the whole controller, then add them to the routes. If the filters apply only to a few methods, then don't add them to the routes but instead add them in the controller: http://laravel.com/docs/controllers#controller-filters
The apply only to some methods of the controller
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community