Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/LukeTowers/oc-efpdf-plugin
Easy Forms add-on to automatically generate PDFs from submitted forms
https://github.com/LukeTowers/oc-efpdf-plugin
Last synced: 3 months ago
JSON representation
Easy Forms add-on to automatically generate PDFs from submitted forms
- Host: GitHub
- URL: https://github.com/LukeTowers/oc-efpdf-plugin
- Owner: LukeTowers
- License: mit
- Created: 2019-11-24T22:45:18.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-18T09:06:23.000Z (11 months ago)
- Last Synced: 2024-07-27T10:21:09.991Z (3 months ago)
- Language: PHP
- Size: 9.77 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wintercms - LukeTowers.EFPDF - Generate PDFs from form submissions for the LukeTowers.EasyForms plugin. (Uncategorized / Uncategorized)
README
# About
Easy Forms add-on to automatically generate PDFs from submitted forms.
> **NOTE:** [LukeTowers.EasyForms](https://octobercms.com/plugin/luketowers-easyforms) is required for this plugin to function.
# Installation
To install from the [Marketplace](https://octobercms.com/plugin/luketowers-efpdf), click on the "Add to Project" button and then select the project you wish to add it to before updating the project to pull in the plugin.
To install from the backend, go to **Settings -> Updates & Plugins -> Install Plugins** and then search for `LukeTowers.EFPDF`.
To install from [the repository](https://github.com/luketowers/oc-efpdf-plugin), clone it into **plugins/luketowers/efpdf** and then run `composer update` from your project root in order to pull in the dependencies.
To install it with Composer, run `composer require luketowers/oc-efpdf-plugin` from your project root.