mantey / contactform
A simple contact form package for laravel
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mantey/contactform
Requires
- php: >=5.6.0
- laravel/framework: ~5.5.0|~5.6.0|~5.7.0
README
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.