agpretto / newsletter
Newsletter package for Laravel applications
dev-master
2019-09-07 11:55 UTC
Requires (Dev)
- mockery/mockery: ^1.0
- orchestra/testbench: ^3.8|^4.0|^5.0
- phpunit/phpunit: ^7.5|^8.0
This package is auto-updated.
Last update: 2024-11-07 23:16:17 UTC
README
This package is a WIP, please don't use until a stable release.
This package aims to solve the problem of managing newsletters process on a website.
Configuration
Composer
Require this package inside your composer.json file
"agpretto/newsletter": "dev-master"
Install
- use the package install command to install Newsletter inside your application.
php artisan newsletter:install // or php artisan newsletter:install --template
Opt-in publishing the default newsletter template to your
resouces/views/vendor/newsletter
folder.
- run the migrations:
php artisan migrate
Newsletter template
This package comes with a predefined section and subscription form to use as base template for your Newsletter process. The templates are CSS agnostic and provides only a base structure to work with.
Once you publish the templates you can style it based on your application style system.