redmonster / announcement-bundle
Bundle that displays the latest site announcements.
Installs: 385
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 1
Open Issues: 2
Type:symfony-bundle
Requires
- php: >=5.3.2
- doctrine/doctrine-bundle: 1.2.*
- doctrine/orm: ~2.2,>=2.2.3
- symfony/framework-bundle: 2.2.*
Requires (Dev)
- doctrine/doctrine-fixtures-bundle: dev-master
- doctrine/mongodb-odm: 1.0.*@dev
- doctrine/mongodb-odm-bundle: 3.0.*@dev
- phpspec/phpspec: 2.0.*@dev
- phpunit/phpunit: ~3.7.0
- symfony/twig-bundle: 2.2.*
Suggests
- doctrine/mongodb-odm: Required if you want to use the MongoDB ODM features
- doctrine/mongodb-odm-bundle: Required if you want to use the MongoDB ODM features
This package is not auto-updated.
Last update: 2016-09-17 06:28:13 UTC
README
Announcement bundle for displaying site-wide alerts or announcements in a Symfony2 application.
Documentation
To learn how to install and configure this bundle, read to documenation.
Adding announcements
The AnnouncementBundle provides a console command for adding announcements:
php app/console announcement:create Please enter announcement text: 50% off today! Announcement created.
Roadmap for 1.0
- #2 - Make cookie hiding of announcements not require/depend on jQuery.
- #3 - Email announcements view for including announcements in email correspondence.
New items may be added later