antonyanand/contact-us

It is a contact us page with mailable

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 0

Forks: 0

Open Issues: 0

Language:HTML

pkg:composer/antonyanand/contact-us

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

This package is auto-updated.

Last update: 2025-11-15 21:10:16 UTC


README

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',