php-router
php-router copied to clipboard
Add cli for creating controllers and middlewares
I tried to use symfony/console as recommended.
I think it would be good to have the tests for these make:controller command behaviors :).
Some references are as follows:
- https://symfony.com/doc/current/console.html#testing-commands
- https://github.com/laravel/installer/blob/master/tests/NewCommandTest.php
I think it would be good to have the tests for these
make:controllercommand behaviors :).Some references are as follows:
- https://symfony.com/doc/current/console.html#testing-commands
- https://github.com/laravel/installer/blob/master/tests/NewCommandTest.php
Thanks for your reply. I will work on it.
I think it would be good to have the tests for these
make:controllercommand behaviors :).Some references are as follows:
- https://symfony.com/doc/current/console.html#testing-commands
- https://github.com/laravel/installer/blob/master/tests/NewCommandTest.php
I added some tests for the commands as recommended.