izniburak / php-router

PHP Router, which also has rich features like Middlewares and Controllers is simple, useful and flexible router class for PHP.
https://github.com/izniburak/php-router/wiki
MIT License
238 stars 45 forks source link

Add cli for creating controllers and middlewares #36

Closed elliot-ghorbani closed 4 years ago

izniburak commented 4 years ago

Hi @41i-6h0rb4n1 , Firstly, Thank you for your support and effort. I agree with @peter279k . I think, we can use symfony/console package as a development dependency in order to make mini console app for this project. I consider that we can work on this PR. Actually, I was working on a feature like that, but I couldn't complete yet due to busy. We can go over the this console application idea.

peter279k commented 4 years ago

Hi @41i-6h0rb4n1 , Firstly, Thank you for your support and effort. I agree with @peter279k . I think, we can use symfony/console package as a development dependency in order to make mini console app for this project. I consider that we can work on this PR. Actually, I was working on a feature like that, but I couldn't complete yet due to busy. We can go over the this console application idea.

Thanks for your reply, @izniburak. I think you can close PR and create your PR that your console :).

elliot-ghorbani commented 4 years ago

Hi guys. Thanks for your answers.

So I will try symfony/console.