Where can you easily hook on validation in Laravel 5.x? Technology Community › Category: Laravel › Where can you easily hook on validation in Laravel 5.x? 0 Vote Up Vote Down VietMX Staff asked 4 years ago By default Laravel’s base controller class uses a ValidatesRequests trait which provides a convenient method to validate all incoming HTTP requests coming from client. You can also validate data in laravel by creating Form Request.