-
-
Notifications
You must be signed in to change notification settings - Fork 274
Open
Description
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]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels