2017 © Pedro PelĂĄez
 

library laravel-contact-form

A simple contact form for Laravel.

image

sandervanhooft/laravel-contact-form

A simple contact form for Laravel.

  • Wednesday, April 11, 2018
  • by sandervanhooft
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 100 % Grown

The README.md

Simple Laravel Contact Form

This package brings you a basic drop-in contact form solution., (*1)

Features

  • A contact form available at url “/contact”.
  • The default form is Bootstrap 3 based.
  • The name, E-mail and message field are required.
  • Sends a receipt confirmation with a copy of the message to the receiver address and to the submitter’s address
  • You can override the default url in the config file.
  • Uses the default application mail from address and from name for notifications, allows this to be overridden in the config file.
  • You can publish the form’s views (including the mail template).

Installation

composer require sandervanhooft/laravel-contact-form

Optional: alter configuration (route, from-mail-address)., (*2)

php artisan vendor:publish “SanderVanHooft\ContactForm\ServiceProvider” —tag=config

Publishing the form’s views

php artisan vendor:publish “SanderVanHooft\ContactForm\ServiceProvider” —tag=views

Create your first Laravel package

This package is part of the Laravel package development from scratch course. You can join for free here., (*3)

The Versions

11/04 2018

dev-master

9999999-dev

A simple contact form for Laravel.

  Sources   Download

MIT

The Requires