alphalemon / app-business-dropcap-bundle
An AlphaLemon CMS app that adds a dropcap title content type and the related editor to manage it
Installs: 186
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires (Dev)
- alphalemon/alphalemon-cms-bundle: dev-master
This package is not auto-updated.
Last update: 2024-11-09 12:02:25 UTC
README
AlphaLemonBusinessDropCapBundle is an app designed to work with AlphaLemon CMS, that adds a dropcap title content type and the related editor to manage it.
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!