2017 © Pedro Peláez
 

library contactus

A small package for managing contact us form

image

abhijeet/contactus

A small package for managing contact us form

  • Friday, April 1, 2016
  • by abhijeet9920
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

  • Add this code snippet {{url('/contactus/contact') }} to contact us anchor tag.
  • This is predefind route. "DO NOT USE THIS ELSE WHERE.
  • I've added basic mail templete. Save this file to views/emails folder. You can alter it's content as per your conventions, but DO NOT DELETE THIS FILE. Also DO NOT CHANGE variables used in mail templete
  • Add "Abhijeet\Contact\ContactServiceProvider::class" this to config/app.php in providers array
  • Add 'Contact' => Abhijeet\Contact\Facade\Contact::class, this to config/app.php in aliases array
  • Add MAIL_RECIEVER=yourmailid to env file. This constant is used to recieve contact us mails.
  • You can configure your mail setup in env file.


Drop me a mail if you found any issue on installling this abhijeet.umbarkarcmpn2@gmail.com., (*1)

The Versions

01/04 2016

dev-master

9999999-dev

A small package for managing contact us form

  Sources   Download

MIT

by Avatar abhijeet9920

laravel