franzwilding/united-one-bundle

This package is abandoned and no longer maintained. The author suggests using the franzwilding/united-one-bundle package instead.

Symfony UnitedOneBundle CMS Theme

dev-master 2018-12-04 08:12 UTC

This package is auto-updated.

Last update: 2022-02-01 12:45:36 UTC


README

Codeship Status

Default theme for the Symfony2 Content Management System United CMS.

Installation

Install symfony

composer create-project symfony/framework-standard-edition

Install UnitedCore and a theme (UnitedOne, the default theme, requires UnitedCore so we don't need to)

composer require franzwilding/united-one-bundle

Register United bundles

new United\CoreBundle\UnitedCoreBundle(),
new United\OneBundle\UnitedOneBundle(), 

Check out the Getting started tutorial (Comming soon)