nteej/contactform

A smart contact form for laravel

Maintainers

Details

github.com/nteej/contact

Source

Issues

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:project

dev-master 2019-01-10 08:05 UTC

This package is not auto-updated.

Last update: 2024-04-26 11:56:24 UTC


README

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