Skip to content
gmanen edited this page Nov 20, 2014 · 2 revisions

Bigfoot

Bigfoot is a CMF based on the Symfony2 framework. It's a suite of bundles each providing features and administration interface designed to help developers build application that require content management. Mostly, Bigfoot features are focused on building a commercial application (SEO friendly, editorial content and whatnot).

This repository is a skeleton of sf2 application with all the bigfoot bundles already installed and an example of configuration for the back-office.

Versions

Bigfoot, since versions tagged 2.2 and up, follows the standard semantic versioning scheme for naming versions:

major.minor.patch

Meaning if you install bigfoot with composer create-project bigfoot/bigfoot my_project ~2.2 you will install the latest version of the v2 major release. Minor relases shouldn't break compatibility and upgrades from 2.x to 2.x+n should be safe.

To install Bigfoot with the v3 major releases features, you should create your projects with composer create-project bigfoot/bigfoot my_project ~3.0

Clone this wiki locally