-
-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
With release 4.7 from Nov 15, 2025 Aloe was dropped and replaced by Sprout. Unfortunately this causes all existing Aloe commands to fail. It's a bit an unfortunate change...
The code in mvc-core/src/Core.php still indicates Aloe in its description and should be changed to not be confusing:
/**
* Load Aloe console and user defined commands
*/
public static function loadConsole($externalCommands = [])
{
try {
static::loadApplicationConfig();
\Leaf\Database::connect();
$console = sprout()->createApp([
'name' => '<comment> _ __ __ ____ ______
Also the whole documentation on commands should be adapted to mention Sprout instead of Aloe:
https://leafphp.dev/docs/mvc/commands.html
When implementing such breaking changes it would be nice and kind to give some instructions on how to migrate from the old version to the new one.
Metadata
Metadata
Assignees
Labels
No labels