Skip to content

Releases: brightmachine/laratash

Laravel 5.5 support

12 Dec 11:23
a7ed2a3

Choose a tag to compare

Now supports Laravel 5.5 which binds view engines to a different interface.

Thanks @bagf

Fix for config caching

20 Jan 20:59

Choose a tag to compare

And removal of previously undocumented feature, automatically calling ->toArray() on top-level objects passed through as view data.

Able to provide a Context object instead of an array of data

07 Feb 23:23

Choose a tag to compare

Merge pull request #3 from kelvinj/master

Able to provide a Context object instead of an array of data