ibourgeois / reach
Contact list management package for Laravel
0.1.6
2025-05-15 04:27 UTC
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.