The new withAttributes method for relationships and scopes in Laravel
February 16, 2025 — Scopes in Laravel are a way to encapsulate common queries that you may need to run against a model. They allow you to define a query you can use in multiple places in your application.