2017 © Pedro Peláez
 

project symfony-bootstrapped

The "Symfony Bootstrapped Edition" distribution

image

rogerclotet/symfony-bootstrapped

The "Symfony Bootstrapped Edition" distribution

  • Sunday, July 7, 2013
  • by rogerclotet
  • Repository
  • 1 Watchers
  • 1 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

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., (*1)

Installing the Symfony Bootstrapped Edition

As in the Standard Edition, you have two main options to install the Bootstrapped Edition:, (*2)

As Symfony uses Composer to manage its dependencies, the recommended way to create a new project is to use it., (*3)

If you don't have Composer yet, download it following the instructions on http://getcomposer.org/ or just run the following command:, (*4)

curl -s http://getcomposer.org/installer | php

Then, use the create-project command to generate a new Symfony application:, (*5)

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., (*6)

Download an Archive File

To quickly test Symfony, you can also download an [archive][2] of the Bootstrapped Edition and unpack it somewhere under your web server root directory., (*7)

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:, (*8)

php composer.phar install

The Versions