This repository has been archived by the owner on Aug 22, 2022. It is now read-only.
⚠️ 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);