You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To check the status of a model there are 3 helper methods which return a boolean value.
173
173
```php
174
174
//check if a model is pending
@@ -184,12 +184,12 @@ $post->isRejected();
184
184
$post->isPostponed();
185
185
```
186
186
187
-
##Strict Moderation
187
+
##Strict Moderation
188
188
Strict Moderation means that only Approved resource will be queried. To query Pending resources along with Approved you have to disable Strict Moderation. See how you can do this in the [configuration](#configuration).
189
189
190
-
##Configuration
190
+
##Configuration
191
191
192
-
###Global Configuration
192
+
###Global Configuration
193
193
To configuration Moderation package globally you have to edit `config/moderation.php`.
194
194
Inside `moderation.php` you can configure the following:
195
195
@@ -198,7 +198,7 @@ Inside `moderation.php` you can configure the following:
198
198
2.`moderated_by_column` represents the default column 'moderated_by' in the database.
0 commit comments