DEV Community

Morcos Gad
Morcos Gad

Posted on

Why you should never trust your users - Laravel

I found this most wonderful article about how to protect our private project and not trust users in entering data and dealing with your project, I wanted to share with you this wonderful article link and I did not want to summarize it for you until you visit the link and delve deeper into it and it contains these basic points

  • Validating Inputs
  • Parameterised Queries
  • Escaping Outputs

https://laravel-news.com/never-trust-your-users

I hope you enjoy the article and the code as much as I did and give it to us if you find some mobiles that help us in protecting our project in the comments.

Top comments (0)