antonyanand/contact-us

It is a contact us page with mailable

v1.0.0 2019-07-10 10:01 UTC

This package is auto-updated.

Last update: 2024-06-15 17:43:52 UTC


README

Contact Us Form

Issues Total Downloads

This will store the query and sends the email.

Steps

add this in app.php file

  Contacts\ContactServiceProvider::class,

run the following command to publish

  php artisan vendor:publish --class='ContactServiceProvider',