Skip to content
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (8 loc) · 410 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 410 Bytes
  1. mkdir <myapp> && cd <myapp>
  2. git clone git://github.com/Problematic/Symfony2Seed.git .
  3. rm -rf .git
  4. cp app/config/parameters.yml.dist app/config/parameters.yml
  5. php bin/vendors install
  6. git init
  7. Begin work on your project with FOSUserBundle, Twitter Bootstrap, Underscore.js and Backbone.js already set to go for you

There was a Slashdot reference to be made in there, somewhere.