Skip to content

Instantly share code, notes, and snippets.

@lokhman
Created July 13, 2016 17:34
Show Gist options
  • Save lokhman/c89681ddf1294158802ce4db01593fc7 to your computer and use it in GitHub Desktop.
Save lokhman/c89681ddf1294158802ce4db01593fc7 to your computer and use it in GitHub Desktop.
/app/
/config/
- dev.yml
- prod.yml
/src/
/Client/
/PublicBundle/
/Controller/
- DefaultController.php
/DepedencyInjection/
/Resources/
/frontend/
/app/
/scss/
/images/
/js/
/twig/
/Default/
- form.html.twig
- base.html.twig
- bower.json
- gulpfile.js
- package.json
/views/
/Default/
- index.html.twig
- form.html.twig
- base.html.twig
/vendor/
/web/
/css/
/public/
- styles.css
/js/
/public/
- scripts.js
- vendor.js
- app.php
- app_dev.php
- composer.json
- composer.lock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment