LaravelPackages.net
Acme Inc.
Toggle sidebar
mantey/contactform

A simple contact form package for laravel

12
1
v1.0.6
About mantey/contactform

mantey/contactform is a Laravel package for a simple contact form package for laravel. It currently has 1 GitHub stars and 12 downloads on Packagist (latest version v1.0.6). Install it with composer require mantey/contactform. Discover more Laravel packages by mantey or browse all Laravel packages to compare alternatives.

Last updated

Laravel Contact Form

This package is a simple laravel package for embedding contact form into your laravel application. For Laravel >=5.5*

Installation

In order to install mantey/contactform in your Laravel project, just run the composer require command from your terminal:

"mantey/contactform": "1.0.*"

Run the migration command to migrate the database tables:

php artisan migrate

And finally, start the application by running:

php artisan serve

Usage

Visit http://localhost:8000/contact in your browser to view contactform

License

mantey/contactform is open-sourced software licensed under the MIT license.

Star History Chart