What are security of laravel?
ReportQuestion
3 years ago 768 views
Laravel is a popular development platform that is well known for performance and the active user community. Out of the box, Laravel is pretty secure. However, no framework could claim to be 100% secure, and there are always ways to improve the security of the Laravel apps.
Laravel offers following security features to allow developers reduce the Laravel vulnerabilities in the application.
- Laravel Authentication System
- Reduce Laravel Vulnerabilities From CSRF (Cross Site Request Forgery)
- Protection against XSS (Cross Site Scripting)
- SQL Injection
- Improve Laravel Application Security
- Laravel Security Packages
Thread Reply