ceddyg/clara-contact

Add contact form to Clara.

Installs: 156

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Language:HTML

4.0.0 2020-04-19 20:15 UTC

This package is auto-updated.

Last update: 2024-04-20 04:48:35 UTC


README

Add contact form to Clara.

Installation

composer require ceddyg/clara-contact

Add to your providers in 'config/app.php'

CeddyG\ClaraContact\ContactServiceProvider::class,

Then to publish the files.

php artisan vendor:publish --provider="CeddyG\ClaraContact\ContactServiceProvider"