aura/view
Lightweight PHP view/template system implementing TemplateView and TwoStepView patterns. Uses plain PHP templates (file or closure), supports helpers and sections, and has no userland dependencies. Install via Composer as aura/view.
Hygiene release to update docs.
This release modifies the testing structure and updates other support files.
This release has one feature addition, in addition to doucmentation and support file updates.
Per @harikt, we have brought back the "finder" functionality from Aura.View v1. This means the TemplateRegistry can now search through directory paths to find templates implicitly, in addition to the existing explicitly registered templates. (Explicit mappings take precedence over search paths.)
Thanks also to @iansltx for his HHVM-related testing work.
First stable 2.0 release.
echo $this->content_var_name with echo $this->getContent(). (This also removes the setContentVar() and getContentVar() methods.)setSection(), hasSection(), and getSection(), along with beginSection() and endSection().First 2.0.0-beta1 release.
How can I help you explore Laravel packages today?