- Clone this project anywhere outside your web folder. This package will be used to create new Symfony projects and does not need to be cloned every time.
- Run the "symfony-kickstart" script from the "bin" directory and give you new project's path as the first argument. The new project's directory must NOT exist prior to running the script.
- Start building your new 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.
An example for a MySQL database (doctrine/orm
conf) is available:
- app/config/conf.d/database.php
- confs/samples/database.ini
The first list of each section should be installed via composer. The others are simply here for reference.
symfony2-bundles/wmccommonbundle:*
mopa/bootstrap-bundle:dev-master
twbs/bootstrap:3.0.x
leafo/lessphp:*
presta/sitemap-bundle:dev-master
-
symfony2-bundles/wmcdoctrinebundle:*
-
doctrine/orm
-
stof/doctrine-extensions-bundle:~1.1@dev
-
gedmo/doctrine-extensions
jms/di-extra-bundle:1.x
"friendsofsymfony/user-bundle":"~2.0@dev"
https://github.com/FriendsOfSymfony/FOSUserBundle/tree/master
"jms/security-extra-bundle":"1.x"
https://github.com/schmittjoh/JMSSecurityExtraBundle
-
symfony2-bundles/wmcmenubundle:*
-
knplabs/knp-menu-bundle
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
-
friendsofsymfony/facebook-bundle:1.2.*
-
facebook/php-sdk
Take a look to http://gitlab.wemakecustom.com/tcfj/mon-conseil
-
symfony2-bundles/wmctwitterbundle:*
-
ocramius/proxy-manager:*
-
themattharris/tmhoauth
Take a look to http://gitlab.wemakecustom.com/tcfj/mon-conseil
- Add a link to each bundle git repo/documentation in the Commonly used list
- jquery 2.0+
- jquery-migrate
- console-polyfill : Adds no-operation console methods to environments where console is not available.
- underscore : Provides a whole mess of useful functional programming helpers.
- font-awesome
- html5shiv : Enables use of HTML5 sectioning elements in legacy IE and provides basic HTML5 styling.
- respond : A fast & lightweight polyfill for min/max-width CSS3 Media Queries (for IE 6-8, and more).