Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 753 Bytes

README.md

File metadata and controls

40 lines (29 loc) · 753 Bytes

Symfony standard + a few bundles

Added bundles:

Install:

git clone git://github.com/arnaud-lb/sfbootstrap.git
git submodule update --init

app/config/parameters.yml:

parameters:
  database_driver:   pdo_mysql
  database_host:     localhost
  database_port:     ~
  database_name:     sfbootstrap
  database_user:     root
  database_password: ~

  mailer_transport:  smtp
  mailer_host:       localhost
  mailer_user:       ~
  mailer_password:   ~

  locale:            en
  secret:            ThisTokenIsNotSoSecretChangeIt

Create db tables:

./app/console doctrine:schema:create