RequiredIf
class RequiredIf (View source)
Properties
| callable|bool | $condition | The condition that validates the attribute. | 
Methods
| void |  __construct(callable|bool $condition)  Create a new required validation rule based on a condition.  |  |
| string |  __toString()  Convert the rule to a validation string.  |  
Details
void __construct(callable|bool $condition)
Create a new required validation rule based on a condition.
string __toString()
Convert the rule to a validation string.
    © Taylor Otwell
Licensed under the MIT License.
Laravel is a trademark of Taylor Otwell.
    https://laravel.com/api/5.8/Illuminate/Validation/Rules/RequiredIf.html