-
Notifications
You must be signed in to change notification settings - Fork 43
Folder structure
Andrey edited this page Feb 18, 2017
·
2 revisions
.
├── app //
│ ├── Controllers //
│ │ ├── Admin //
│ │ ├── Sites //
│ │ └── ... //
│ ├── Helpers //
│ ├── Middleware //
│ ├── Models //
│ ├── Source //
│ │ └── ... //
│ ├── Models //
│ ├── bootstrap //
│ ├── config //
│ │ ├── .default //
│ │ └── ... //
│ └── templates //
│ ├── admin //
│ └── public //
├── cache //
│ ├── config //
│ └── ... //
├── log //
├── modules //
│ ├── Core //
│ └── ... //
├── public //
│ ├── css //
│ └── ... //
├── resource //
│ ├── database //
│ ├── models_field_info //
│ └── ... //
├── src //
└── test //