Skip to content

Instantly share code, notes, and snippets.

@ertankayalar
Created May 7, 2018 09:55
Show Gist options
  • Save ertankayalar/dd5d41a87b42ba379384bad68726b268 to your computer and use it in GitHub Desktop.
Save ertankayalar/dd5d41a87b42ba379384bad68726b268 to your computer and use it in GitHub Desktop.
Symfony Directory Structure
├── 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