Exclude Model Attributes Easily with Laravel's New except() Method
Need to get model attributes while excluding sensitive or unnecessary fields? Laravel's new Model::except() method complements the existing only() method by doing exactly the opposite. When working with Eloquent models, you often need to retrieve a subset of model attributes, perhaps to pass to a view or