-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Many of us have our CakePHP applications as git repositories... as such, we don't usually do a git clone, but instead do a git submodule add when adding plugins...
Most plugins are organized with the root level as the Plugin dir... not nested... that way you can do:
git submodule add git://github.com/uploadcare/uploadcare-cakephp.git app/Plugin/Uploadcare
But because you have things nested, I can not do that. I'd have to clone somewhere else and copy into or symlink into the Plugin folder.
Unless you have a strong need to keep it organized this way, can you please switch to the root level.
I can do this if you like, and submit a pull request... but since it will "touch" so many files, I wanted to check with you first.
Metadata
Metadata
Assignees
Labels
No labels