View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given view. Parameters string $path array $data array $mergeData Return Value View
View file(string $path, array $data = array(), array $mergeData = array()) Get the evaluated view contents for the given path. Parameters string $path array $data array $mergeData Return Value View
void extendImplicit(string $rule, Closure|string $extension, string $message = null) Register a custom implicit validator extension. Parameters string $rule Closure|string $extension string $message Return Value void
void extend(string $rule, Closure|string $extension, string $message = null) Register a custom validator extension. Parameters string $rule Closure|string $extension string $message Return Value void
bool exists(string $view) Determine if a given view exists. Parameters string $view Return Value bool
bool doneRendering() Check if there are no active render operations. Return Value bool
Filesystem disk(string $name = null) Get a filesystem implementation. Parameters string $name Return Value Filesystem
Page 685 of 996