https://github.com/pboivin/twill-form-templates
A template field for Twill Modules
https://github.com/pboivin/twill-form-templates
laravel php twill
Last synced: 5 months ago
JSON representation
A template field for Twill Modules
- Host: GitHub
- URL: https://github.com/pboivin/twill-form-templates
- Owner: pboivin
- License: mit
- Archived: true
- Created: 2021-10-02T20:01:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T11:48:46.000Z (over 2 years ago)
- Last Synced: 2025-04-22T12:17:27.683Z (6 months ago)
- Topics: laravel, php, twill
- Language: PHP
- Homepage:
- Size: 158 KB
- Stars: 8
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-twill - Twill Form Templates - A template field for Twill Modules (Packages)
README
# Twill Form Templates
This package is a simple solution to add a `template` field to your Twill Modules and do interesting things with it. It can help you make small variations to your forms based on the selected template, organize your form variations with Blade partials, and prefill the block editor with a selection of blocks when a record is created.

## Installation
```sh
composer require pboivin/twill-form-templates
```## Documentation
- [Getting started on Twill 2.x](./docs/Twill_2.x.md)
- [Getting started on Twill 3.x](./docs/Twill_3.x.md)## License
The MIT License (MIT). Please see [LICENSE.md](./LICENSE.md) for more information.