Skip to content

Backend Guidelines

Overview of guidelines for backend development.

Contents

  • Model: PHPDoc, type hints, class design, and strict mode for Eloquent models.
  • DateTime: Rules for handling and exchanging datetime data.
  • Request: Request validation, type-safe input, and API responses.
  • Custom Query Builder: How to organize and use custom query builders.
  • Migration: Current migration guideline.