Skip to content

Releases: webstractions/sage-xpress

0.2.1 Facade/Alias Support and Blade fixes.

09 Nov 16:13
Compare
Choose a tag to compare

Adds support for Facades and Aliases, plus misc fixes.

  • Facades for Illuminate's Blade, Config, Event, File, and View services.
  • Facades for SageXpress Comments, Menu, and Sidebar providers.
  • Overwrite Laravel Blade directive for @inject to set container to Sage.
  • Fixes the Blade::if() method for those opting to work with Laravel version 5.5

0.2.0 Providers Refactoring - Autoload via config file

27 Oct 01:23
Compare
Choose a tag to compare

Gets more in line with using Sage Container to register Providers via configuration. Similar to the way Laravel uses the Container to register Service Providers in during App bootstrap.

0.1.1 The Schema Provider Release

13 Oct 16:36
Compare
Choose a tag to compare

Adds the Schema Provider with accompanying Blade directive @schema().

v0.1.0 Initial release

11 Oct 20:10
Compare
Choose a tag to compare

This is the first release for Sage Xpress which includes:

  • Blade Directives - Out-of-the-box and config file to add your own custom directives.
  • MenuProvider - Config driven menu setup. Dead simple rendering with @menu.
  • SidebarProvider - Config driven sidebar setup. Dead simple rendering with @sidebar.