One click contact form package for laravel lovers
Install via composer:
composer require fudugo/contactform
Add the following provider in your config/app.php
:
SunSid\Contactform\ContactFormServiceProvider::class,
Run the migrations:
php artisan migrate
Call the url
http://localhost:8000/contact
MIT