alphalemon/app-business-carousel-bundle

An AlphaLemon CMS app that adds a cool carousel content type and the related editor to manage it

dev-master 2012-12-27 12:19 UTC

This package is not auto-updated.

Last update: 2024-04-13 11:05:07 UTC


README

AlphaLemonBusinessCarouselBundle is an app designed to work with AlphaLemon CMS, that adds a cool carousel content type and the related editor to manage it.

Build Status

Requirements

  • PHP 5.3+
  • Symfony 2.1
  • AlphaLemonCms

Install

This bundle should be used with a working version of AlphaLemon CMS. The quick way to have a working copy of AlphaLemon CMS is installing the AlphaLemon CMS Sandbox

Run test suite

Run these commands from the top of bundle's folder:

curl -s http://getcomposer.org/installer | php
php composer.phar install
phpunit

Enjoy!