Skip to content

Instantly share code, notes, and snippets.

@AydinHassan
Created April 23, 2014 08:15
Show Gist options
  • Save AydinHassan/11206684 to your computer and use it in GitHub Desktop.
Save AydinHassan/11206684 to your computer and use it in GitHub Desktop.
ZF2 module structure
.
├── config
│   └── autoload
├── module
│   ├── JhHub
│   │ ├── public
│   │ └── bower.json
│   ├── JhOvertime
│   │ ├── public
│   │ └── bower.json
├── public
│   ├── assets
│   │   └── vendor
│   ├── css
│   ├── fonts
│   └── img
└── vendor
├── JhFlexiTime
│   ├── public
│   └── bower.json
├── JhOvertime
│   ├── public
│   |.. └── Js <- Some other JS files which need to be min/uglified etc
│   └── bower.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment