Download the PHP package softandtech/contactus without Composer
On this page you can find all versions of the php package softandtech/contactus. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download softandtech/contactus
More information about softandtech/contactus
Files in softandtech/contactus
Package contactus
Short Description A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form
License MIT
Informations about the package contactus
SoftAndTech\Contactus
Version: v2.0.0
Author: Akhil Vijay & Sreejith P
Company: Soft and Tech Solutions
License: MIT
Description
A simple Contact Us form for customer queries. This package allows users to submit inquiries or feedback via a contact form. Additionally we provide a configuration page to customize the mail template. Additionally contact_conf is now depretiated
Features
- Easy to integrate Contact Us form for Laravel users
- Easy Integration
- No API required
- Sends customer queries to a specified email
- Stores contact form data in the database
- Customizable email content
Installation
To install this package, use the following steps:
-
Clone the repository to your Laravel project or use commmand
bash php artisan vendor:publish --provider="SoftAndTech\ContactUs\ContactUsServiceProvider"
-
Check new folders and files are added to your 'view' foldwrs and 'public' folders
bash MAIL_MAILER=smtp MAIL_HOST=smtp.gmail.com MAIL_PORT=587 MAIL_USERNAME=
MAIL_PASSWORD= MAIL_ENCRYPTION=tls MAIL_FROM_ADDRESS="[email protected]" MAIL_FROM_NAME="${APP_NAME}" -
Navigate links
bash php artisan config:clear php artisan cache:clear php artisan view:clear php artisan optimize php artisan route:clear
-
Initilize settings
From your browser, go to 'yourdomain.com/contactus_settings' and save your configuratrion before running the contact us form.
- If you want to add 'auth' requirements, just wrap the middleware to the routes in Contactus\vendor\softandtech\contactus\src\routes\web.php