Danish Ashrafi has a nice tutorial on how to prevent XSS Exploits in Laravel 5.

You'll learn about Laravel Validation and User Input Sanitization.

Prevent XSS Laravel

XSS Exploit is a well-known vulnerability in a web app whereby an attacker can inject client-side code into a web page. This is can be done through user input areas such as search boxes, comments, posts, etc.