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
AI-powered service management for IT and enterprise teams
Give your IT, operations, and business teams the ability to deliver exceptional services—without the complexity. Maximize operational efficiency with refreshingly simple, AI-powered Freshservice.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel Model Status!