Laravel boundary examples
These fragments focus on boundaries and require integration into a Laravel application.
- tenant-scoped route
- retry-aware and idempotent job
- model mechanics and write paths
- relationship loading and resource boundaries
They omit application-specific policies, migrations, HTTP clients and tests. The important part is the invariant they expose, not copying the class names.