Package Data | |
---|---|
Maintainer Username: | nalintharanga |
Package Create Date: | 2019-01-09 |
Package Last Update: | 2019-01-10 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:09:48 |
Package Statistics | |
---|---|
Total Downloads: | 5 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 0 |
Total Watchers: | 1 |
Total Forks: | 0 |
Total Open Issues: | 0 |
Note: This repository contains the core code for the contact form addon for laravel Framework. If you want to build an application using Laravel addon, visit the main Contactform repository.
Laravel Contact form is smart addon for laravel framework to make easier your process to add contact page to your web app & save that infor into database.
Documentation for the framework can be found on the Text website.
If you discover a security vulnerability within this addon, please send an e-mail to Tharanga Jayasinghe at admin@buking.lk. All security vulnerabilities will be promptly addressed.
This laravel addon is open-sourced software licensed under the MIT license.
Perquisites
To integrate this addon for your project, you should have:
Laravel v 5.5 upwards. Composer installed on your machine. If you don't have Composer installed on your system you can download it here.
Next, we need to add our new service provider in our root config/app.php inside the providers array:
nteej\ContactForm\ContactFormServiceProvider::class,
Now you can start the server & check on browser with path of /contact
http://localhost:8000/contact