-
Notifications
You must be signed in to change notification settings - Fork 149
New issue
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
Artisan-Command "make-controller" with subfolder support #157
Comments
Will add this support for next release. Thank for the feedback :) |
Hi @gravitano, I'm very lucky to hear that. I wait for your update. Greetings from Germany. |
gravitano
pushed a commit
that referenced
this issue
May 18, 2015
gravitano
pushed a commit
to pingpong-labs/sky
that referenced
this issue
May 27, 2015
73fe515 wrap getter property c8fa2d8 fix typo 7815fc4 extract process logic to getProcess method 8eb218c Fix install module from repository class fac1d35 Added missing doc ea1433f Fix pingpong-labs/modules#160 0601e2e Fix pingpong-labs/modules#159 419481e update title b2306cd Use Stub class from pingpong/support package f65d04b Added new feature: allow to install modules from 'modules.json' file e7b4e01 install require dependencies automatically after running module:install command 825b15d Allow to set process timeout b301a7d CS Fixes 77146fa trim back slash 8b583c5 improved module:make-model command 116d67a improved module:make-provider command c874240 improved module:make-command command 0850c75 improved module:make-middleware command 9dd31f6 improved module:make-request command ab00280 move getClass & getClassNamespace method to GeneratorCommand 148d2db allow to append class namespace when creating controller with subdirectory 7460a31 fix generated class name 88fe867 fix wrong variable 53f41f7 allow to create sub directory automatically. fix pingpong-labs/modules#157. 2041b0d PSR-2 git-subtree-dir: src/Pingpong/Modules git-subtree-split: 73fe5156d6de24955c405150647513e54ee85fac
gravitano
pushed a commit
to pingpong-labs/sky
that referenced
this issue
Jun 14, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @gravitano,
new nickname, but same as every day: I have a question to you and I hope, you are not angry :)
Within my module structure I have currently subfolder in using. For example:
Modules > [modulename] > Http > Controllers > [category|subfolder] > Controller.php
With your artisan command I try to say: php artisan module:make-controller subfolder\controller but this has no effect.
Is this function build in or you need to add this ?
Greetings,
Heiko
The text was updated successfully, but these errors were encountered: