DEV Community

Brent Roose
Brent Roose

Posted on • Originally published at stitcher.io on

Unsafe SQL functions in Laravel

I recently learned that not all query builder functionality in Laravel is "safe". This means that user input shouldn't be passed directly to it, as it might expose your application to SQL injection vulnerabilities.

Continue reading on https://stitcher.io/blog/unsafe-sql-functions-in-laravel

Top comments (0)