We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As title, the controller and middleware templates always need to be created by developers manually every time.
controller
middleware
It should have the way to generate common controllers and middleware templates with CLI support.
controllers
This feature is very similar with Laravel artisan make:commands. Some useful reference is available here.
artisan make:commands
@izniburak, do you have any idea about this? Or maybe this feature can be another repository? (it's like php-router-cli)
php-router-cli
The text was updated successfully, but these errors were encountered:
We can think about that. It isn't urgent but it sounds good.
Sorry, something went wrong.
No branches or pull requests
As title, the
controller
andmiddleware
templates always need to be created by developers manually every time.It should have the way to generate common
controllers
andmiddleware
templates with CLI support.This feature is very similar with Laravel
artisan make:commands
. Some useful reference is available here.@izniburak, do you have any idea about this? Or maybe this feature can be another repository? (it's like
php-router-cli
)The text was updated successfully, but these errors were encountered: