On most of PHP frameworks, they have our CLI PHP command to do something (Create controller, create database ... etc).
I have a framework created from scratch, for that, I want to create my own CLI PHP command to easier my work.
I search a lot for this point, but unfortunately no information I get it.
Is there any solution? or method to do it?