Download the PHP package naykel/contactit without Composer
On this page you can find all versions of the php package naykel/contactit. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download naykel/contactit
More information about naykel/contactit
Files in naykel/contactit
Download naykel/contactit
More information about naykel/contactit
Files in naykel/contactit
Vendor naykel
Package contactit
Short Description Simple contact package for NayKel Laravel Applications
License MIT
Homepage https://github.com/naykel76/contactit.git
Package contactit
Short Description Simple contact package for NayKel Laravel Applications
License MIT
Homepage https://github.com/naykel76/contactit.git
Please rate this library. Is it a good library?
Informations about the package contactit
Naykel Contactit
Livewire contact form component with reCaptcha for Naykel Laravel applications.
- Things to Know
- Installation
- Finishing up and making it work
- Add ReCaptcha keys to .env
- Usage
- Change log
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
Change log
See the changelog for more information on what has changed recently.
All versions of contactit with dependencies
PHP Build Version
Package Version
The package naykel/contactit contains the following files
Loading the files please wait ....