Releases: RootStudio/Base-PHP-Helpers
Releases · RootStudio/Base-PHP-Helpers
v3.1.0
v3.0.0
v2.1.0
v2.0.1
v2.0.0
Breaking Changes:
mix()
has been renamed tobase_asset()
public_path()
has been renamed tobase_public_path()
- Renamed
Base::class
toBaseLayout::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
v1.2.1
v1.2.0
v1.1.0
Initial Release
Includes standard port of the Laravel mix helper, removing any dependent code to vanilla PHP.