3 'Hidden' Laravel Features To Be Careful About

1. Global Scopes: They are great but can cause confusion as they are not visible in the controller. 2. Observers: They are not actively seen in the controller, which can lead to misunderstandings. 3. Middleware Setting Config: This can override default values and can be hidden from plain sight, causing confusion for new developers.

via 3 "Hidden" Laravel Features To Be Careful About