Download the PHP package mydnic/laravel-subscribers without Composer
On this page you can find all versions of the php package mydnic/laravel-subscribers. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mydnic/laravel-subscribers
More information about mydnic/laravel-subscribers
Files in mydnic/laravel-subscribers
Download mydnic/laravel-subscribers
More information about mydnic/laravel-subscribers
Files in mydnic/laravel-subscribers
Vendor mydnic
Package laravel-subscribers
Short Description Easily Manage Internal Newsletter Subscribers in Laravel
License MIT
Homepage https://github.com/mydnic/laravel-subscribers
Package laravel-subscribers
Short Description Easily Manage Internal Newsletter Subscribers in Laravel
License MIT
Homepage https://github.com/mydnic/laravel-subscribers
Please rate this library. Is it a good library?
Informations about the package laravel-subscribers
Manage Internal Newsletter Subscribers With Laravel
Installation
You may use Composer to Install Laravel Subscribers:
The package will automatically register itself
You then must publish the migration with:
Usage
In your view, you simply need to add a form that you can customize the way you want
Delete
Simply provide this link to your subscribers:
This will generate a link like /subscribers/[email protected]
Subscribe manually from the user model
Alternatively, you can manage the subscription of a user from the user model.
In order to do that you will need to add the CanSubscribe
trait
All versions of laravel-subscribers with dependencies
PHP Build Version
Package Version
The package mydnic/laravel-subscribers contains the following files
Loading the files please wait ....