Imagine you want to have an Eloquent model hold a status. It's easily solved by just adding a status field to that model and be done with it. But in case you need a history of status changes or need to store some extra info on why a status changed, just adding a single field won't cut it.
Features
- Add the HasStatuses trait to a model you like to use statuses on
- Get all available status names for the model
- Documentation available
- Examples available
- Retrieve models with a given latest state
- Validate a status before setting it
- Delete status from model
Categories
FrameworksLicense
MIT LicenseFollow Laravel Model Status
Other Useful Business Software
MongoDB Atlas runs apps anywhere
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel Model Status!