Dimensions

Dimensions class Dimensions (View source) Methods void __construct(array $constraints = array()) Create a new dimensions rule instance. $this width(int $value) Set the "width" constraint. $this height(int $value) Set the "height" constraint. $this minWidth(int $value) Set the "min width" constraint. $this minHeight(int $value) Set the "min height" constraint. $this maxWidth(int $value) Set the "max width" constraint. $this maxHeight(int $value) Set the "max h

DetectsLostConnections

DetectsLostConnections trait DetectsLostConnections (View source)

DetectsDeadlocks

DetectsDeadlocks trait DetectsDeadlocks (View source)

DetectEnvironment::bootstrap()

void bootstrap(Application $app) Bootstrap the given application. Parameters Application $app Return Value void

DetectEnvironment

DetectEnvironment class DetectEnvironment (View source) Methods void bootstrap(Application $app) Bootstrap the given application.

DecryptException

DecryptException class DecryptException extends RuntimeException (View source)

DecryptException

DecryptException class DecryptException extends RuntimeException (View source)

DB::__callStatic()

static mixed __callStatic(string $method, array $args) Handle dynamic, static calls to the object. Parameters string $method array $args Return Value mixed

DB::swap()

static void swap(mixed $instance) Hotswap the underlying instance behind the facade. Parameters mixed $instance Return Value void

DB::shouldReceive()

static Expectation shouldReceive() Initiate a mock expectation on the facade. Return Value Expectation