LaravelPackages.net
Acme Inc.
Toggle sidebar
abhijeet/contactus

A small package for managing contact us form

10
0
About abhijeet/contactus

abhijeet/contactus is a Laravel package for a small package for managing contact us form. It currently has 0 GitHub stars and 10 downloads on Packagist. Install it with composer require abhijeet/contactus. Discover more Laravel packages by abhijeet or browse all Laravel packages to compare alternatives.

Last updated

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 [email protected].
Comments