1 个仓库
Architectural patterns for updating multiple model attributes from request data in a single operation.
Distinct from Data Assignment Utilities: Distinct from Mass Assignment Prevention: focuses on the operational pattern of updating data rather than the security restrictions to prevent it.
Explore 1 awesome GitHub repository matching data & databases · Mass Assignment Patterns. Refine with filters or upvote what's useful.
This project is a comprehensive guide to architectural standards and coding patterns for developing maintainable applications within the Laravel framework. It focuses on clean code standards, applying the single responsibility and DRY principles to ensure codebase predictability and consistency. The guide emphasizes decoupling components by moving business logic into service layers and shifting input validation into dedicated request classes to keep controllers lean. It advocates for the use of a service container and dependency injection to reduce class coupling and improve testability. The
Implements patterns for creating or updating model records in a single call using validated request data.