haringsrob/twill-contact-form

dev-main 2023-01-22 12:46 UTC

This package is auto-updated.

Last update: 2024-08-28 13:52:58 UTC


README

此Twill 3软件包为渲染联系表单添加了一个块和Livewire组件。

它为存储联系表单提交创建了一个后端模型。

安装

composer require haringsrob/twill-contact-form

然后运行迁移。

如果您的项目尚未使用Livewire,请根据以下文档添加@livewireStyles@livewireScriptshttps://laravel-livewire.com/docs/2.x/quickstart#install-livewire

这应该就是使它正常工作所需的所有内容。

定制

这是一个简单的软件包,没有设计成可以大量定制。您可以发布视图以覆盖表单标记:php artisan vendor:publish --tag=twill-contact-form