Download the PHP package rogerclotet/symfony-bootstrapped without Composer
On this page you can find all versions of the php package rogerclotet/symfony-bootstrapped. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rogerclotet/symfony-bootstrapped
More information about rogerclotet/symfony-bootstrapped
Files in rogerclotet/symfony-bootstrapped
Package symfony-bootstrapped
Short Description The "Symfony Bootstrapped Edition" distribution
License MIT
Informations about the package symfony-bootstrapped
Symfony Bootstrapped Edition
Modified version of the Symfony 2.3.1 Standard edition with a few changes and initialisation, mostly Twitter Bootstrap and less css.
Installing the Symfony Bootstrapped Edition
As in the Standard Edition, you have two main options to install the Bootstrapped Edition:
Use Composer (recommended)
As Symfony uses Composer to manage its dependencies, the recommended way to create a new project is to use it.
If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:
curl -s http://getcomposer.org/installer | php
Then, use the create-project command to generate a new Symfony application:
php composer.phar create-project rogerclotet/symfony-bootstrapped path/to/install
Composer will install Symfony and all its dependencies under the
path/to/install directory.
Download an Archive File
To quickly test Symfony, you can also download an archive of the Bootstrapped Edition and unpack it somewhere under your web server root directory.
If you downloaded an archive "without vendors", you also need to install all the necessary dependencies. Download composer (see above) and run the following command:
php composer.phar installAll versions of symfony-bootstrapped with dependencies
symfony/symfony Version 2.3.*
doctrine/orm Version >=2.2.3,<2.4-dev
doctrine/doctrine-bundle Version 1.2.*
twig/extensions Version 1.0.*
symfony/assetic-bundle Version 2.3.*
symfony/swiftmailer-bundle Version 2.3.*
symfony/monolog-bundle Version 2.3.*
sensio/distribution-bundle Version 2.3.*
sensio/framework-extra-bundle Version 2.3.*
sensio/generator-bundle Version 2.3.*
incenteev/composer-parameter-handler Version ~2.0
braincrafted/bootstrap-bundle Version dev-master
twitter/bootstrap Version 2.3.*