nteej / contact by nalintharanga

A smart contact form for laravel
5
0
1
Package Data
Maintainer Username: nalintharanga
Package Create Date: 2019-01-09
Package Last Update: 2019-01-10
Language: PHP
License: MIT
Last Refreshed: 2024-04-18 15:14:11
Package Statistics
Total Downloads: 5
Monthly Downloads: 0
Daily Downloads: 0
Total Stars: 0
Total Watchers: 1
Total Forks: 0
Total Open Issues: 0

Laravel Contact Form

Latest Stable Version Total Downloads Latest Unstable Version License Monthly Downloads Daily Downloads composer.lock

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