laravel-eloquent-flag
laravel-eloquent-flag copied to clipboard
Flags to add
- [x]
is_expired
(inverse) https://github.com/cybercog/laravel-eloquent-flag/pull/8 - [x]
is_closed
(inverse) https://github.com/cybercog/laravel-eloquent-flag/pull/9 - [x]
published_at
(classic) https://github.com/cybercog/laravel-eloquent-flag/pull/17 - [x]
accepted_at
(classic) https://github.com/cybercog/laravel-eloquent-flag/pull/18 - [x]
verified_at
(classic) https://github.com/cybercog/laravel-eloquent-flag/pull/19 - [x]
closed_at
(inverse) - [x]
approved_at
(classic) https://github.com/cybercog/laravel-eloquent-flag/pull/21 - [x]
is_ended
(inverse) - [x]
is_draft
|is_drafted
(inverse) - [ ]
is_temp
(inverse) - [ ]
is_opened
(classic) - [x]
is_archived
(inverse) - [ ]
is_disabled
(inverse) - [ ]
is_enabled
(classic)
I think is_ended
, is_draft
, is_drafted
, is_archived
, are already in package.
You are right, thank you.