/FirstPackageApp

My first Laravel Package - Laravel Contact Form

Primary LanguagePHPMIT LicenseMIT

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.