-
-
Notifications
You must be signed in to change notification settings - Fork 20
Home
Pe Ell edited this page Apr 17, 2017
·
11 revisions
Eloquent boolean & timestamp flagged attributes behavior. Enhance eloquent models with commonly used state flags like Active
, Published
, Approved
and others in a minutes!
- Features
- Available flags list
- How it works
- Installation
- Usage
- Change log
- Contributing
- Testing
- Security
- Credits
- Alternatives
- License
- About CyberCog
- Designed to work with Laravel Eloquent models
- Each model can has as many flags as required
- Each flag adds global query scopes to models
- 2 logical groups of flags:
Classic
,Inverse
- 2 types of flags:
Boolean
,Timestamp
- Covered with unit tests