werebits/contactus

The Laravel Framework.


Keywords
framework, laravel
License
MIT

Documentation

laravel-contact

Installation

Laravel 5.4 (and earlier)

Register the service provider in your app.php config file

Werebits\ContactUs\ContactServiceProvider::class
  1. Configure the .env file to use the mailing service
MAIL_TO_ADDRESS=null
MAIL_TO_NAME=null
MAILGUN_DOMAIN=null
MAILGUN_SECRET=null
  1. Copy the all the needed files from the packages to app && resources && controllers directory by running command.
php artisan contactus:install
  1. Done!

How to Removing all the files which added by this package?

php artisan contactus:uninstall

License

MIT