toyosi / contact
Contact form for laravel
v1.0.1
2020-11-13 15:23 UTC
This package is auto-updated.
Last update: 2024-12-14 01:14:14 UTC
README
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