File tree Expand file tree Collapse file tree 1 file changed +9
-6
lines changed
Expand file tree Collapse file tree 1 file changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,15 @@ Eloquent boolean & timestamp flagged attributes behavior. Enhance eloquent model
2929
3030## Features
3131
32- - Designed to work with Laravel Eloquent models
33- - Each model can has as many flags as required
34- - Each flag adds global query scopes to models
35- - 2 logical groups of flags: ` Classic ` , ` Inverse `
36- - 2 types of flags: ` Boolean ` , ` Timestamp `
37- - Covered with unit tests
32+ - Designed to work with Laravel Eloquent models.
33+ - Each model can has as many flags as required.
34+ - Each flag adds global query scopes to models.
35+ - 2 logical groups of flags: ` Classic ` , ` Inverse ` .
36+ - 2 types of flags: ` Boolean ` , ` Timestamp ` .
37+ - Following PHP Standard Recommendations:
38+ - [ PSR-2 (Coding Style Guide)] ( http://www.php-fig.org/psr/psr-2/ ) .
39+ - [ PSR-4 (Autoloading Standard)] ( http://www.php-fig.org/psr/psr-4/ ) .
40+ - Covered with unit tests.
3841
3942## Available flags list
4043
You can’t perform that action at this time.
0 commit comments