This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
Releases: afbora/kirby-blade
Releases · afbora/kirby-blade
2.0.0
⚠️ Warning
This is last version of repository. Please use @lukasleitsch Blade plugin:
https://github.com/lukasleitsch/kirby-blade
✨Enhancements
- Kirby 3.7 compatible
illuminate/view
upgraded to 9.x- Dependencies updated
🚨 Breaking changes
- Dropped PHP 7.3 support
- Removed overriding with fake
_e()
helper, should override from rootindex.php
.
// override Kirby `e()` helper for Blade plugin
define('KIRBY_HELPER_E', false);
2.0.0-rc.2
✨Enhancements
- Kirby 3.7 compatible
illuminate/view
upgraded to 9.x- Dependencies updated
🚨 Breaking changes
- Dropped PHP 7.3 support
- Removed overriding with fake
_e()
helper, should override from rootindex.php
.
// override Kirby `e()` helper for Blade plugin
const KIRBY_HELPER_E = false;
2.0.0-rc.1
✨Enhancements
- Kirby 3.7 compatible
illuminate/view
upgraded to 9.x- Dependencies updated
🚨 Breaking changes
- Dropped PHP 7.3 support
- Removed overriding with fake
_e()
helper, should override from rootindex.php
. If you install via composer, you don't need anything.
// override `e()` helper from index.php
define('KIRBY_HELPER_E', false);