jlrdw6 years agoLevel 75ReplyReport SpamNo if you mean strip_tags, you have to to it your self. But blade uses htmlspecialchars For more detail see https://symfony.com/components/HttpFoundation If you want to see exactly what's happening here you go: https://github.com/symfony/http-foundation/blob/master/Request.php Like Reply
KLM113 OP 6 years agoLevel 2ReplyReport SpamI'm fine as long as queries are processed through prepared statements, but I'm not sure if this is fully implemented in Laravel, for instance does query builder support them? Like Reply
jlrdw6 years ago Best Answer Level 75ReplyReport SpamYes except when using raw, there you need to bind the parameters yourself if needed. Taylor has a warning about that in that chapter. You need to look into validating your request. Like Reply 1 like
jlrdw6 years agoLevel 75ReplyReport SpamYou must be on mobile, on laptop or desktop, there is a best answer to click, show when you hover over. Like Reply