biigle / newsletter
BIIGLE module to offer an email newsletter.
v1.3.0
2025-03-21 12:34 UTC
Requires
- msurguy/honeypot: ^1.0
README
BIIGLE module to offer an email newsletter.
Installation
- Run
composer require biigle/newsletter. - Add
Biigle\Modules\Newsletter\NewsletterServiceProvider::classto theprovidersarray inconfig/app.php. - Run
php artisan vendor:publish --tag=publicto 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.