ibourgeois / reach
Contact list management package for Laravel
Installs: 7
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/ibourgeois/reach
Requires
- illuminate/database: ^12
- illuminate/routing: ^12
- illuminate/support: ^12
Requires (Dev)
- orchestra/testbench: ^10
README
Reach is a Laravel package that provides a RESTful API to manage contacts and contact lists. You can create new lists and add new contacts to lists as well as track the status of a subscription.
Installation
To install the package, you can use Composer. Run the following commands in your terminal:
composer require ibourgeois/reach
Then, you can run the database migrations to create the necessary tables:
php artisan migrate
You can also publish the migrations if you want to customize them:
php artisan vendor:publish --provider="iBourgeois\Reach\Providers\ReachServiceProvider" --tag="migrations"
License
This package is licensed under the MIT License. See the LICENSE file for more information.