Skip to content

toyosi12/laravel-contact-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contact Form for Laravel

Easy to use contact form package for receiving emails from users on websites using laravel

Installation

PHP 7.2+ and Composer are required.

Create a new database for your project, this is because, the package creates 'contacts' table where all mails are saved.

To get the latest version of Laravel Contact Form, simply require it

composer require toyosi/contact

Once Installed, the configuration file is published automatically.

To be able to edit the default views, run:

php artisan vendor:publish

To edit the contact form or email views, check views/vendor folder