naykel / contactit
Simple contact package for NayKel Laravel Applications
Installs: 262
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/naykel/contactit
Requires
- php: ^8.2
- livewire/livewire: ^3.4
- spatie/laravel-honeypot: ^4.3
Requires (Dev)
- phpunit/phpunit: ^9.5
README
Naykel Contactit
Livewire contact form component with reCaptcha for Naykel Laravel applications.
Things to Know
- This package requires the
naykel/gotimestarter 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.