Methods |
public
|
exists(string $view): bool
Determine if a given view exists.
Determine if a given view exists.
|
#
|
public
|
file(string $path, Arrayable|array $data = [], array $mergeData = []): View
Get the evaluated view contents for the given path.
Get the evaluated view contents for the given path.
|
#
|
public
|
make(string $view, Arrayable|array $data = [], array $mergeData = []): View
Get the evaluated view contents for the given view.
Get the evaluated view contents for the given view.
|
#
|
public
|
share(array|string $key, mixed $value = null): mixed
Add a piece of shared data to the environment.
Add a piece of shared data to the environment.
|
#
|
public
|
composer(array|string $views, Closure|string $callback): array
Register a view composer event.
Register a view composer event.
|
#
|
public
|
creator(array|string $views, Closure|string $callback): array
Register a view creator event.
Register a view creator event.
|
#
|
public
|
addNamespace(string $namespace, string|array $hints): $this
Add a new namespace to the loader.
Add a new namespace to the loader.
|
#
|
public
|
replaceNamespace(string $namespace, string|array $hints): $this
Replace the namespace hints for the given namespace.
Replace the namespace hints for the given namespace.
|
#
|