fudugo/contactform

Contactform package from fudugo.com

dev-master 2019-11-29 05:40 UTC

This package is auto-updated.

Last update: 2024-09-29 05:35:47 UTC


README

Contact form package from FuduGo.com

Installing

Install via composer:

composer require fudugo/contactform

Add the following provider in your config/app.php:

FuduGo\Contactform\ContactFormServiceProvider::class,

Run the migrations:

php artisan migrate

Usage

Call the url

http://localhost:8000/contact

References

License

MIT