naykel/contactit

Simple contact package for NayKel Laravel Applications

v2.1.0 2024-04-04 19:02 UTC

README

32632005?s=460&u=d1df6f6e0bf29668f8a4845271e9be8c9b96ed83&v=4

Total Downloads Latest Stable Version License

Naykel Contactit

Livewire contact form component with reCaptcha for Naykel Laravel applications.

Things to Know

  • This package requires the naykel/gotime starter kit
  • This package uses Google reCAPTCHA v3 for validation
  • Contact routes are loaded directly from the package

Installation

To get started, install Contactit using the Composer package manager:

composer require naykel/contactit

Optionally you can publish views for custom layouts.

php artisan vendor:publish --tag=contactit-views

Finishing up and making it work

Add ReCaptcha keys to .env

RECAPTCHA_SITE_KEY=your_site_key
RECAPTCHA_SECRET_KEY=your_recapture_secret_key

Usage

<!-- default form -->
<livewire:contact />

Change log

See the changelog for more information on what has changed recently.