Skip to content

Instantly share code, notes, and snippets.

@jtreminio
Created February 12, 2013 14:50
Show Gist options
  • Save jtreminio/4770355 to your computer and use it in GitHub Desktop.
Save jtreminio/4770355 to your computer and use it in GitHub Desktop.
$ tree -d -L 3 .
.
├── src
│   ├── config
│   └── Yumilicious
│   ├── Controller
│   ├── Dao
│   ├── Domain
│   ├── Entity
│   ├── Exception
│   ├── Validator
│   └── View
├── tests
│   └── Yumilicious
│   ├── IntegrationTests
│   └── UnitTests
├── vendor
│   ├── bin
│   ├── composer
│   ├── doctrine
│   │   ├── common
│   │   └── dbal
│   ├── ircmaxell
│   │   └── password-compat
│   ├── jtreminio
│   │   └── test-extensions
│   ├── kriswallsmith
│   │   └── buzz
│   ├── monolog
│   │   └── monolog
│   ├── phpunit
│   │   ├── php-code-coverage
│   │   ├── php-file-iterator
│   │   ├── php-text-template
│   │   ├── php-timer
│   │   ├── php-token-stream
│   │   ├── phpunit
│   │   └── phpunit-mock-objects
│   ├── pimple
│   │   └── pimple
│   ├── silex
│   │   └── silex
│   ├── swiftmailer
│   │   └── swiftmailer
│   ├── symfony
│   │   ├── event-dispatcher
│   │   ├── http-foundation
│   │   ├── http-kernel
│   │   ├── routing
│   │   ├── security
│   │   ├── twig-bridge
│   │   ├── validator
│   │   └── yaml
│   ├── tala
│   │   ├── tala-payments-core
│   │   └── tala-payments-paypal
│   └── twig
│   └── twig
└── web
└── assets
├── admin
├── css
├── font
├── img
├── js
└── uploads
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment