murprakoso/contactform

There is no license information available for the latest version (v1.0.0) of this package.

v1.0.0 2021-08-15 13:52 UTC

This package is auto-updated.

Last update: 2025-06-15 22:31:12 UTC


README

Simple Contact Form for Laravel

Compatible with laravel 8. lib-contactform

Installation Instructions

Install package via Composer by running the command:

composer require murprakoso/contactform

How to use:

Setup provider manually by adding Murprakoso\Contactform\ContactFormServiceProvider::class to your config/app.php file.

php artisan migrate

~ Regards.