nteej / contactform
A smart contact form for laravel
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:project
Requires
- laravel/framework: 5.5.*
This package is not auto-updated.
Last update: 2024-11-22 14:36:12 UTC
README
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.
Lumen PHP Framework
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.
Official Documentation
Documentation for the framework can be found on the Text website.
Security Vulnerabilities
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.
License
This laravel addon is open-sourced software licensed under the MIT license.
Getting Start
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.
Install
Next, we need to add our new service provider in our root config/app.php inside the providers array:
nteej\ContactForm\ContactFormServiceProvider::class,
Execute
Now you can start the server & check on browser with path of /contact
http://localhost:8000/contact