A guide to custom model casts in Laravel
Mutators. Accessors. Casts. What do all these terms mean? In this article, we'll dive into what they are and how to use them in your Laravel application. We'll also learn how to create and test your own custom Laravel casts and store objects in the database.