Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Latest commit

 

History

History
33 lines (21 loc) · 1.07 KB

README.md

File metadata and controls

33 lines (21 loc) · 1.07 KB

Symfony2 BigBang edition

/!\ This edition is not maintened anymore. Use the Symfony standard edition + FlubBigBangBundle instead.

This edition is based on the Symfony standard edition with few enhancements.

What's new ?

  • the KnpRadBundle (not declared in AppKernel by default)
  • the FlubBigBangBundle
  • a var directory containing :
    • cache and logs directories
    • sessions
  • the SensioLabs security checker integrated with Composer
  • no more AcmeDemo bundle

Installation

With Composer (recommended)

php composer.phar create-project flub/symfony-bigbang-edition path/to/install

Manualy

Get the source code (clone it or get a ZIP archive from Github) then install dependencies via composer.

php composer.phar install