Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haringsrob/twill-contact-form
A Twill 3 package to provide a contact form
https://github.com/haringsrob/twill-contact-form
Last synced: about 1 month ago
JSON representation
A Twill 3 package to provide a contact form
- Host: GitHub
- URL: https://github.com/haringsrob/twill-contact-form
- Owner: haringsrob
- License: mit
- Created: 2023-01-22T12:45:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T12:46:34.000Z (almost 2 years ago)
- Last Synced: 2024-05-02T02:02:31.802Z (7 months ago)
- Language: PHP
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Twill contact form
This Twill 3 package adds a block and livewire component for rendering a contact form.
It creates a backend model for storing the contact form submissions.
## Installation
`composer require haringsrob/twill-contact-form`
Then run migrations.
If your project is not yet using Livewire add `@livewireStyles` and `@livewireScripts` as documented here: https://laravel-livewire.com/docs/2.x/quickstart#install-livewire
That should be all that is required for making it work.
## Customization
This is a simple package that has not been made to customize heavily. You can publish
the views to override the form markup: `php artisan vendor:publish --tag=twill-contact-form`