Making Hypervel's artisan
output customisable
#2
Replies: 1 comment 1 reply
-
Hi @binaryfire, That sounds like an interesting idea, but the purpose of this framework is to provide a full-featured development framework similar to Laravel. If you're looking to build minimalist, purpose-specific CLI apps, it might be more appropriate to create a separate project like Laravel Zero that customizes core loaded components and commands. I would suggest implementing this in a separate repository rather than integrating it into the Hypervel core. This approach would maintain the focus of Hypervel on providing comprehensive web development capabilities while allowing the CLI-specific implementation to be optimized for its particular use case without compromising the main framework's design goals. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
It'd be great if we could build CLI apps with Hypervel. The only requirement is being able to customise the
artisan
command output. Eg. change the name, version number, hide and block default commands etc. That's something which is difficult to do with Laravel.If we could configure such things, we could combine Hypervel with
static-php-cli
and have a great alternative to Laravel Zero.Beta Was this translation helpful? Give feedback.
All reactions