Skip to content

🪴 Greenhouse

Choose a tag to compare

@mychidarko mychidarko released this 15 Aug 10:20
· 2 commits to v5.x since this release

v5.0 - 15 Aug 2026

Added

  • Every new app is AI-ready out of the box: .leaf/CONTEXT.md gives agents shared project memory in the leaf.context format, and AGENTS.md tells any assistant how to work in the project before touching a file
  • A refreshed welcome page and default lander in the v5 design
  • The full Leaf 5 MVC experience underneath: leaf serve with companion processes, the expanded scaffold library, console apps without a view engine, and Crash error pages — see MVC Core v5 for the engine-room details

Changed

  • Your app structure is unchanged: app/, the leaf console, public/index.php and every published config file are exactly where v4 left them. upgrading is mostly bumping versions
  • Custom console commands now run on Sprout; the upgrade guide covers the one rewrite
  • Leaf MVC now requires PHP 8.2+ and jumps from v4.3 to v5.0 alongside the rest of Leaf 5