Download the PHP package binomeway/nova-contact-tool without Composer
On this page you can find all versions of the php package binomeway/nova-contact-tool. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package nova-contact-tool
Contact
A package to manage contact information such as: email, phone, socials and forms.
Installation
You can install the package via composer:
Install nova-settings
Add the following line to the boot method within the NovaServiceProvider.php in order to be able to modify contact data withing Nova.
You have to publish and run the migrations
You can publish the config file with if needed.
This is the contents of the published config file:
Usage
Subscribers
Making a new subscriber.
Sending Mails
Send emails easy as that.
Example
Sending using Gmail API
First you need to enable the Gmail API features.
Further, add the credentials in the .env
file.
Or use a JSON credentials file by adding it to the path: storage/gmail/tokens/gmail-json.json
Adding more options
Next step is to authorize a Gmail Account by using the admin panel.
That's it. Now you can use the same send
method, and it will work.
Note: The authorization login won't work on localhost. Gmail doesn't allow local domains
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Codrin Axinte
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of nova-contact-tool with dependencies
dacastro4/laravel-gmail Version ^5.1.21
eminiarts/nova-tabs Version ^1.4
laravel/nova Version ^3.0
optimistdigital/nova-settings Version ^3.1
spatie/laravel-package-tools Version ^1.1
whitecube/nova-flexible-content Version ^0.2.4