Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lionel-m/newsletter-export
Newsletter export extension for the Contao CMS
https://github.com/lionel-m/newsletter-export
contao newsletter symfony-bundle
Last synced: about 1 month ago
JSON representation
Newsletter export extension for the Contao CMS
- Host: GitHub
- URL: https://github.com/lionel-m/newsletter-export
- Owner: lionel-m
- License: lgpl-3.0
- Created: 2013-12-02T17:58:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-12-02T10:31:12.000Z (about 6 years ago)
- Last Synced: 2024-11-18T09:48:00.219Z (about 2 months ago)
- Topics: contao, newsletter, symfony-bundle
- Language: PHP
- Homepage:
- Size: 71.3 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Newsletter-export bundle for the [Contao CMS](https://contao.org/en)
[![Latest Stable Version](https://poser.pugx.org/lionel/newsletter-export/v/stable)](https://packagist.org/packages/lionel/newsletter-export)
[![License](https://poser.pugx.org/lionel/newsletter-export/license)](https://packagist.org/packages/lionel/newsletter-export)Originally created by John Brand (http://www.brandbrilliance.co.za).
### Installation
Add `"lionel/newsletter-export": "~4.0"` in the `composer.json` file.
Add `new LionelM\NewsletterExportBundle\LionelMNewsletterExportBundle(),` in the `app/AppKernel.php` file.
Run the command `php composer.phar update newsletter-export`.