Manage Custom Attributes on Eloquent Models
"The
laravel-attributes
package is a tool designed to help Laravel developers easily manage and implement custom attributes in their projects.It enables you to define attributes directly on Eloquent models, making it simpler to handle dynamic or calculated properties without directly modifying the database schema.
With this package, you can create and configure attribute sets for models, making it easier to organize and extend data handling in Laravel applications. It's especially useful for projects that require customizable and flexible data models."
Milwad Khosravi
@MilwadDev