biigle / newsletter
BIIGLE module to offer an email newsletter.
Installs: 2 768
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- msurguy/honeypot: ^1.0
This package is auto-updated.
Last update: 2024-10-30 11:14:52 UTC
README
BIIGLE module to offer an email newsletter.
Installation
- Run
composer require biigle/newsletter
. - Add
Biigle\Modules\Newsletter\NewsletterServiceProvider::class
to theproviders
array inconfig/app.php
. - Run
php artisan vendor:publish --tag=public
to refresh the public assets of the modules. Do this for every update of this module.
Developing
Take a look at the development guide of the core repository to get started with the development setup.
Want to develop a new module? Head over to the biigle/module template repository.
Contributions and bug reports
Contributions to BIIGLE are always welcome. Check out the contribution guide to get started.