Laravel Security: Top 7 Mistakes Developers Make

I often see the question: “Is Laravel secure?“, and in this video, let’s take a look at what the framework offers, and how developers use or misuse the security features. 00:00 Intro 00:37 Blade XSS Attack 02:34 Protect Your .env File 04:34 Don’t Use $request-all() 05:53 File Upload: Client Data 06:38 APP_DEBUG=true in Production 08:17 CSRF and Route::get() 09:54 Rate Limiting Links mentioned in the video: - Blade: Displaying Unescaped Data #displaying-unescaped-data - How to use Laravel .env and . files? - Danger of Using $request-all(), and How to Protect - Uploaded File Information: #other-uploaded-file-information - Configuration: Debug Mode #debug-mode - Laravel .: APP_XXX Values Explained - CSRF Protection: htt
Back to Top