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
Fully Managed MySQL, PostgreSQL, and SQL Server
Cloud SQL handles your database ops end to end, so you can focus on your app.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of Laravel Model Status!