Skip to content

abhijeet9920/abhijeet-contactus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Package Name: Contact Us Management
Author: abhijeet9920
Licence: Open Source MIT Licence
Description: This package will help to manage your whole contact us functioanlity.
Package contains a route file, a controller and a facade.
Follow steps:

  • 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.

About

A laravel package for adding contact us functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages