redmonster/announcement-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Bundle that displays the latest site announcements.

v0.1.1 2013-09-15 06:41 UTC

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