Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-19T11:48:46.000Z (over 1 year ago)
- Last Synced: 2024-08-08T23:54:05.804Z (5 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.
![Screenshot of the template field inside the create modal](./screenshot.png)
## 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.