Skip to content

Releases: caffeinated/themes

v4.0

10 Aug 17:43
Compare
Choose a tag to compare

Completely revamped the way views are resolved from the filesystem. Caffeinated Themes now taps directly into Laravel's core FileViewFinder and registers native namespaces.

So what does this mean?

No more Theme::view() method. You may now use the plain ol' Laravel view() method. Caffeinated Themes will auto-resolve the view based on the currently set theme.

v3.0.1

08 Feb 17:26
Compare
Choose a tag to compare
  • Added Laravel 5.4 support

v3.0

23 Aug 23:22
Compare
Choose a tag to compare
  • Added Laravel 5.3 support!
  • Removed "components" feature
  • Removed Caffeinated Sapling support (deprecated)

v2.0.5

04 Feb 03:46
Compare
Choose a tag to compare
Merge pull request #36 from UnderlineWords/patch-for-UrlGenerator

Updated Themes.php for UrlGenerator

v2.0.4

02 Jan 04:01
Compare
Choose a tag to compare
Merge pull request #30 from UnderlineWords/patch-1

"bindshared" to "singleton" for Laravel 5.2

v2.0.3

01 Jan 01:15
Compare
Choose a tag to compare
  • Added support for Laravel 5.2 while still supporting Laravel 5.1.

v2.0.2

29 Dec 18:43
Compare
Choose a tag to compare
Merge pull request #28 from UnderlineWords/master

Added url() to asset method

v2.0.1

06 Jul 18:02
Compare
Choose a tag to compare
Merge pull request #17 from zsco/master

Fix for Laravel 5.1

v2.0

23 Jun 17:28
Compare
Choose a tag to compare

Laravel 5.1 support

v1.2.3

12 Jun 22:15
Compare
Choose a tag to compare
Fix Laravel dependencies