abhijeet / contactus
A small package for managing contact us form
dev-master
2016-04-01 06:47 UTC
This package is not auto-updated.
Last update: 2025-01-18 21:35:58 UTC
README
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.