static array pathsToPublish(string $provider = null, string $group = null)
string get(string $path, array $data = array()) Get the evaluated contents
void alias(string $view, string $alias) Add an alias for a view.
void __set(string $key, mixed $value) Set a piece of data on the view.
void compile(string $path = null) Compile the view at the given path.
Engine class Engine (
string render(callable $callback = null) Get the string contents of the
void __construct(CompilerInterface $compiler)
void directive(string $name, callable $handler) Register a handler for
void compile(string $path) Compile the view at the given path.
Page 2 of 16