dev-master
9999999-dev http://wemakecustom.comScript and files to kickstart a new symfony project
MIT
The Requires
- php >=5.4
by Christophe Faribault
Script and files to kickstart a new symfony project
Hosting environment specific configurations are used to achieve the same goal as
parameters.yml.dist
. However, in .PROD
, these configuration are
automatically generated. We therefore need them to be included in symfony via a
specific worflow., (*1)
Checkout the confs
directory:, (*2)
An example for a MySQL database (doctrine/orm
conf) is available:, (*3)
The first list of each section should be installed via composer. The others are simply here for reference., (*4)
symfony2-bundles/wmccommonbundle:*
mopa/bootstrap-bundle:dev-master
twbs/bootstrap:3.0.x
leafo/lessphp:*
presta/sitemap-bundle:dev-master
symfony2-bundles/wmcdoctrinebundle:*
, (*5)
doctrine/orm
, (*6)
stof/doctrine-extensions-bundle:~1.1@dev
, (*7)
gedmo/doctrine-extensions
, (*8)
jms/di-extra-bundle:1.x
"friendsofsymfony/user-bundle":"~2.0@dev"
https://github.com/FriendsOfSymfony/FOSUserBundle/tree/master@Secure
)"jms/security-extra-bundle":"1.x"
https://github.com/schmittjoh/JMSSecurityExtraBundlesymfony2-bundles/wmcmenubundle:*
, (*9)
knplabs/knp-menu-bundle
, (*10)
sp/bower-bundle:dev-master
friendsofsymfony/jsrouting-bundle:*
hwi/oauth-bundle:0.3.*@dev
Take a look to http://gitlab.wemakecustom.com/tcfj/mon-conseil, (*11)
friendsofsymfony/facebook-bundle:1.2.*
, (*12)
facebook/php-sdk
, (*13)
Take a look to http://gitlab.wemakecustom.com/tcfj/mon-conseil, (*14)
symfony2-bundles/wmctwitterbundle:*
ocramius/proxy-manager:*
, (*15)
themattharris/tmhoauth
, (*16)
Take a look to http://gitlab.wemakecustom.com/tcfj/mon-conseil, (*17)
Script and files to kickstart a new symfony project
MIT