How do we make filters in Laravel 5? Is the idea of filters going away?
Now laravel 5 has introduced middleware instead of filters which was present in laravel 4. I will suggest you to follow laravel 5 official docs.