Skip to content

Aloe commands not working anymore, Sprout commands not documented properly #28

Description

@patrickvuarnoz

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions