fudugo / contactform
Contactform package from fudugo.com
Package info
github.com/PravinWork/fudu-laravel-contact-form
Type:laravel
pkg:composer/fudugo/contactform
dev-master
2019-11-29 05:40 UTC
Requires
- php: >=5.6
This package is auto-updated.
Last update: 2026-03-29 00:49:15 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