The traditional approach to data modeling is to create a single unified model for your entire application. We use one User model to represent users in each and every feature. As this relationship graph grows, the data model becomes increasingly difficult to change.
In this session we’ll explore ways to create useful Eloquent models that are smaller, more focused, and are much easier to change.