Download the PHP package codechief/contact without Composer
On this page you can find all versions of the php package codechief/contact. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download codechief/contact
More information about codechief/contact
Files in codechief/contact
Download codechief/contact
More information about codechief/contact
Files in codechief/contact
Vendor codechief
Package contact
Short Description This will send email to admin and save contact query to database
License MIT
Package contact
Short Description This will send email to admin and save contact query to database
License MIT
Please rate this library. Is it a good library?
Informations about the package contact
Laravel jQuery Ajax Contact Form Package
This will send email to admin and save contact data to database
- Simple interface for building contact form.
- Using this form , user can conatct with admin via email.
- Validate clint side data before submit request with instant error message.
- User can customize this form as what ever looks you want.
- This will send email to admin and save contact data to database.
- User also can take their own message to his mail.
Installing contact-package
The recommended way to install contact-package using composer
composer require codechief/contact
Add the service provider to config/app.php
'providers' => [
Codechief\Contact\ContactServiceProvider::class,
],
Run this command to migrate contact table
php artisan migrate
Options
You can set custom design for view.
php artisan vendor:publish
After running this command just look the position of codechief\contact and enter the position number in cli and hit enter. Then you will find contact.blade.php inside
resources/views/vendor/contact/contact.blade.php
Now just make a style to it whatever you want to look it.
Uses
just visit this following url
http://localhost:8000/contact
All versions of contact with dependencies
PHP Build Version
Package Version
No informations.
The package codechief/contact contains the following files
Loading the files please wait ....