tapan / contactform
this package will create contact form for your application
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/tapan/contactform
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
- Download the package.
- Extract it.
- create packages folder to the root of your project.
- put this package into the above created folder.
- Go to config/app.php and the following provider.
Tapan\ContactForm\ContactFormServiceProvider::class, - Run
php artisan migrate - Run
php artisan serve - Go to http:localhost:8000/contact or http://project-path/contact
Happy coding-Tapan Derasari