Releases: leafsphp/seedling
Releases · leafsphp/seedling
Release list
☘️ True Leaf '2'
v5.0.2 - 17 Aug 2026
Changed
- Updated AI context about using
leafandphp leaf
☘️ True Leaf '1'
v5.0.1 - 15 Aug 2026
Added
- Added support for Leaf 5 AI context
☘️ True Leaf
v5.0 - 12 Aug 2026
Added
- Seedling is now the full Leaf MVC experience for console apps:
leaf create my-tool --consolescaffolds it and renames the binary after your project, so your app's commands run asphp my-tool greetfrom day one - Commands autoload from
app/console— drop in a class with a$signatureand it's registered - Installed Leaf modules contribute their own commands automatically through
Seedling::moduleCommands() - Ships a documented
GreetCommandexample showing signatures, arguments and options
Changed
- Seedling is rebuilt on [Sprout 5](https://github.com/leafsphp/sprout): commands use
$signature+handle(), prompts come fromsprout()->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
v0.1.5 - 23 Oct 2025
Fixed
- Patch up command autoloading on deploy
🔥 Kagutsuchi [Dev 4]
v0.1.4 - 23 Oct 2025
Added
- Added automatic command installs from modules
🔥 Kagutsuchi [Dev 3]
v0.1.3 - 23 Oct 2025
Fixed
- Added default for greet command
- Updated autoload directory
🔥 Kagutsuchi [Dev 2]
v0.1.2 - 23 Oct 2025
Fixed
- Removed unused post-install scripts
- Removed unused dev scripts
🔥 Kagutsuchi [Dev 1]
v0.1.1 - 23 Oct 2025
Changed
- Updated sprout version
🔥 Kagutsuchi [Dev]
v0.1.0 - 30 Sep 2025
Added
- Added support for sprout
- Added seedling framework structure
- Added aloe-like structure