← Back to Packages
View on GitHub →
Package
Contactable
PHP
Laravel
Livewire
Configurable Livewire contact form with optional model persistence and pluggable notify channels.
Overview
A configurable Livewire contact form for Laravel with optional model persistence and pluggable notify channels (mail, log, webhook). Publish config and views to customize fields, labels, and styling.
Installation
composer require labrodev/contactable
Tips
- • Requires PHP 8.2+, Laravel 12+, Livewire 4+.
- • Publish config: php artisan vendor:publish --tag=contactable-config.
- • Use <x-contactable /> or <livewire:contactable::contactable /> in your layout.