Skip to content

Releases: leafsphp/seedling

☘️ True Leaf '2'

Choose a tag to compare

@mychidarko mychidarko released this 17 Aug 13:19

v5.0.2 - 17 Aug 2026

Changed

  • Updated AI context about using leaf and php leaf

☘️ True Leaf '1'

Choose a tag to compare

@mychidarko mychidarko released this 15 Aug 12:32

v5.0.1 - 15 Aug 2026

Added

  • Added support for Leaf 5 AI context

☘️ True Leaf

Choose a tag to compare

@mychidarko mychidarko released this 13 Aug 08:24

v5.0 - 12 Aug 2026

Added

  • Seedling is now the full Leaf MVC experience for console apps: leaf create my-tool --console scaffolds it and renames the binary after your project, so your app's commands run as php my-tool greet from day one
  • Commands autoload from app/console — drop in a class with a $signature and it's registered
  • Installed Leaf modules contribute their own commands automatically through Seedling::moduleCommands()
  • Ships a documented GreetCommand example showing signatures, arguments and options

Changed

  • Seedling is rebuilt on [Sprout 5](https://github.com/leafsphp/sprout): commands use $signature + handle(), prompts come from sprout()->prompt(), and exit codes propagate for real
  • Seedling now requires PHP 8.2+ and jumps from v0.1.5 to v5.0 to version alongside the rest of Leaf 5

🔥 Kagutsuchi

Choose a tag to compare

@mychidarko mychidarko released this 23 Oct 18:06

v0.1.5 - 23 Oct 2025

Fixed

  • Patch up command autoloading on deploy

🔥 Kagutsuchi [Dev 4]

Choose a tag to compare

@mychidarko mychidarko released this 23 Oct 15:17

v0.1.4 - 23 Oct 2025

Added

  • Added automatic command installs from modules

🔥 Kagutsuchi [Dev 3]

Choose a tag to compare

@mychidarko mychidarko released this 23 Oct 10:55

v0.1.3 - 23 Oct 2025

Fixed

  • Added default for greet command
  • Updated autoload directory

🔥 Kagutsuchi [Dev 2]

Choose a tag to compare

@mychidarko mychidarko released this 23 Oct 09:57

v0.1.2 - 23 Oct 2025

Fixed

  • Removed unused post-install scripts
  • Removed unused dev scripts

🔥 Kagutsuchi [Dev 1]

Choose a tag to compare

@mychidarko mychidarko released this 23 Oct 09:32

v0.1.1 - 23 Oct 2025

Changed

  • Updated sprout version

🔥 Kagutsuchi [Dev]

Choose a tag to compare

@mychidarko mychidarko released this 03 Oct 17:48

v0.1.0 - 30 Sep 2025

Added

  • Added support for sprout
  • Added seedling framework structure
  • Added aloe-like structure