/home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules
Edit: /home/techb158/exp.abdallabala.com/vendor/respect/validation/docs/rules/Positive.md (179B)
# Positive
- `v::positive()`
Validates if a number is higher than zero
```php
v::numeric()->positive()->validate(-15); // false
```
***
See also:
* [Negative](Negative.md)