tapan/contactform

There is no license information available for the latest version (dev-master) of this package.

this package will create contact form for your application

dev-master 2019-05-16 12:09 UTC

This package is auto-updated.

Last update: 2019-05-16 12:18:03 UTC


README

This will create contact form for your application.

Installation steps

  1. Download the package.
  2. Extract it.
  3. create packages folder to the root of your project.
  4. put this package into the above created folder.
  5. Go to config/app.php and the following provider. Tapan\ContactForm\ContactFormServiceProvider::class,
  6. Run php artisan migrate
  7. Run php artisan serve
  8. Go to http:localhost:8000/contact or http://project-path/contact

Happy coding-Tapan Derasari