If you using standard laravel methods, you are protected against sql injection ... just take precaution with Db raw methods and always use parameter binding ...
Mar 21, 2016
4
Level 1
Protect URL from SQL Injection, XSS
Hai everyone
I want to protect my url article from sql injection, ex: http://example.com/blog/velit-voluptatibus-excepturi-velit-cum
and when I add ' and then errors
NotFoundHttpException in Handler.php line 102:
No query results for model [App\PostModel].
Please give suggestion to protect my url
Please or to participate in this conversation.