Skip to content

Add the ability to create and run console commands #428

@universal11

Description

@universal11

Laravel offers the ability to create custom console commands. These commands can also be run within scheduled tasks or queues. The idea would be to replicate / add these features to Coravel. For parsing of command line arguments, existing libraries can be leveraged such as CommandLineParser.

References:
https://laravel.com/docs/11.x/artisan#writing-commands
https://github.com/commandlineparser/commandline

Example:
coravel command new [nameOfYourCommand]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions