akkurateio / laravel-contact
Contact package for Laravel applications
v0.1.3
2021-01-12 11:35 UTC
Requires
Requires (Dev)
- orchestra/testbench: ^6.0
- phpunit/phpunit: ^9.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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