Articles tagged with
#security

Working with Policies in Laravel

December 26th, 2023 — posted in Originals — 4 minute read

As a project grows larger, it can sometimes become confusing to keep authorization logic in the controllers. A solution to this is to use Policies. But even for small projects, this is very powerful, in fact, I try to use it everywhere, it makes my code clean and readable.

#laravel, #policies, #security, #authorization

Laravel Security Guide: How to Fix These 6 Common Mistakes

August 8th, 2025 — posted in Code With Burt — 1 minute read

In this video, I’m exposing 6 common Laravel security fails that developers make all the time, and exactly how you can fix them before it’s too late.

#laravel, #security