could you not have tested this out yourself? by inputting dangerous/illegal data and seeing what laravel does?
Laravel 5 does escape automatically when you use the double curly braces {{ }}. If you want to preserve HTML tags, you need to use {!! !!}.
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community