issues
search
alexeymezenin
/
laravel-best-practices
Laravel best practices
11.43k
stars
2.38k
forks
source link
Add SQL Injection Protection Section to README.md
#185
Open
monayemislam
opened
1 month ago
monayemislam
commented
1 month ago
Add SQL Injection Protection Section to README.md
Introduced a new section on protecting against SQL injection.
Included best practices such as using Eloquent ORM, Query Builder, avoiding raw queries, and validating/sanitizing input.
Provided code examples for each best practice to enhance clarity and understanding.
Add SQL Injection Protection Section to README.md