akkurateio / laravel-contact
Contact package for Laravel applications
Installs: 201
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
pkg:composer/akkurateio/laravel-contact
Requires
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
README
Contact module to get the emails, phones, addresses of an entity.
Installation
This package can be installed through Composer.
composer require akkurate/laravel-contact
You can publish the config file with this command:
php artisan vendor:publish --provider="Akkurate\LaravelContact\LaravelContactServiceProvider" --tag="config"
You can seed your database.
php artisan contact:seed