void __set(string $key, mixed $value) Set a piece of data on the view.
string render(callable $callback = null) Get the string contents of the
array getShared() Get all of the shared data for the environment.
static array pathsToPublish(string $provider = null, string $group = null)
void alias(string $view, string $alias) Add an alias for a view.
string getLastRendered() Get the last view that was rendered.
void compile(string $path) Compile the view at the given path.
void __construct(Application $app)
string get(string $path, array $data = array()) Get the evaluated contents
void directive(string $name, callable $handler) Register a handler for
Page 1 of 16