Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 446 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 446 Bytes

Laravel Contact

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