void alias(string $view, string $alias) Add an alias for a view.
string render(callable $callback = null) Get the string contents of the
void compile(string $path = null) Compile the view at the given path.
static array pathsToPublish(string $provider = null, string $group = null)
void __construct(Application $app)
Engine class Engine (
void offsetUnset(string $key) Unset a piece of data from the view.
array getFirstLoop() Get an instance of the first loop in the stack.
bool hasSection(string $name) Check if section exists.
void __construct(Factory $factory,
Page 3 of 16