I don’t know if this is a method, but in frontend Gii, when creating a model, you can set a model path (like application.backend.models ). So, the problem is when creating controller or crud. In that 2 cases, there is not any field in order to set the path to target directories.
How can I set target directory in order to be created the controller or crud in backend directory?