Skip to content

Instantly share code, notes, and snippets.

@rudirocha
Created February 4, 2018 17:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rudirocha/885ae39114a110b2af349761d5c35f7c to your computer and use it in GitHub Desktop.
Save rudirocha/885ae39114a110b2af349761d5c35f7c to your computer and use it in GitHub Desktop.
./
├── bin
│   └── console
├── composer.json
├── composer.lock
├── config
│   ├── bundles.php
│   ├── packages
│   │   ├── dev
│   │   ├── framework.yaml
│   │   ├── routing.yaml
│   │   └── test
│   ├── routes.yaml
│   └── services.yaml
├── public
│   └── index.php
├── src
│   ├── Controller
│   └── Kernel.php
├── symfony.lock
├── var
│   ├── cache
│   │   └── dev
│   └── log
└── vendor
├── autoload.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment