Backend Architecture: CQRS Pattern in Laravel
The Asymmetry of Enterprise Data
In standard Laravel applications, the Eloquent ORM is typically used for everything. You use User::create() to write data, and you use User::with('orders')->get() to r
smarttechdevs.hashnode.dev4 min read