Created
May 7, 2018 09:55
-
-
Save ertankayalar/dd5d41a87b42ba379384bad68726b268 to your computer and use it in GitHub Desktop.
Symfony Directory Structure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
├── bin | |
├── config | |
│ ├── packages | |
│ └── routes | |
├── public | |
├── src | |
│ ├── Controller | |
│ ├── Entity | |
│ ├── Migrations | |
│ └── Repository | |
├── templates | |
│ ├── app | |
│ └── blog | |
├── var | |
│ ├── cache | |
│ └── log | |
└── vendor | |
├── bin | |
├── composer | |
├── doctrine | |
├── jdorn | |
├── nikic | |
├── ocramius | |
├── psr | |
├── sensio | |
├── symfony | |
├── twig | |
└── zendframework |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment