Articles in the Security category Laravel Packages Security Secure your REST API in 5 minutes with Laravel Sanctum Quickly secure a REST API using Laravel Sanctum by letting your users generate tokens. Jan 16, 2024 0 comments 2 mins Security Should you block compromised passwords? Check out Stephen Rees-Carter’s tips on avoiding compromised passwords and boosting security with tools like Pwned Passwords. Aug 11, 2023 0 comments 1 min Laravel Security 19 Laravel security best practices for 2025 Secure your Laravel app: protect sensitive files, keep your packages and Laravel updated, use policies, validate input, and more. Jul 7, 2025 0 comments 8 mins Laravel Security The "419 Page Expired" error in Laravel: 5 quick fixes Stop the “419 Page Expired” error in Laravel. Learn why the CSRF token fails and the exact code tweaks to fix this. Sep 16, 2025 12 comments 8 mins Laravel Security Fix "No application encryption key has been specified." in Laravel Laravel’s application encryption key is mandatory for it to properly work. Let me show you why this error occurs and how to fix it. Aug 12, 2023 0 comments 2 mins