Skip to content

v2.0.0

Compare
Choose a tag to compare
@Jamesyps Jamesyps released this 08 Sep 09:13
· 10 commits to master since this release

Breaking Changes:

  • mix() has been renamed to base_asset()
  • public_path() has been renamed to base_public_path()
  • Renamed Base::class to BaseLayout::class
  • Added Base::class for path configuration
  • Minimum supported PHP version is now 7.0.0

Libraries:

  • Updated Stringy to v3.0
  • Updated Faker to v1.7

New additions:

  • Added base_http_host() helper for retrieving full host including protocol
  • Added full test suite for peace of mind