Directory Structure

Directory Structure Introduction The Root Directory The app Directory The bootstrap Directory The config Directory The database Directory The public Directory The resources Directory The routes Directory The storage Directory The tests Directory The vendor Directory The App Directory The Console Directory The Events Directory The Exceptions Directory The Http Directory The Jobs Directory The Listeners Directory The Mail Directory The Notifications Directory The Policies Directory The Provide

Dimensions::__toString()

string __toString() Convert the rule to a validation string. Return Value string

Dimensions::__construct()

void __construct(array $constraints = array()) Create a new dimensions rule instance. Parameters array $constraints Return Value void

Dimensions::width()

$this width(int $value) Set the "width" constraint. Parameters int $value Return Value $this

Dimensions::ratio()

$this ratio(float $value) Set the "ratio" constraint. Parameters float $value Return Value $this

Dimensions::minWidth()

$this minWidth(int $value) Set the "min width" constraint. Parameters int $value Return Value $this

Dimensions::minHeight()

$this minHeight(int $value) Set the "min height" constraint. Parameters int $value Return Value $this

Dimensions::maxWidth()

$this maxWidth(int $value) Set the "max width" constraint. Parameters int $value Return Value $this

Dimensions::maxHeight()

$this maxHeight(int $value) Set the "max height" constraint. Parameters int $value Return Value $this

Dimensions::height()

$this height(int $value) Set the "height" constraint. Parameters int $value Return Value $this