https://github.com/davidthorn/craft-plugin
https://github.com/davidthorn/craft-plugin
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/davidthorn/craft-plugin
- Owner: davidthorn
- Created: 2021-04-11T16:46:31.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T18:32:37.000Z (almost 5 years ago)
- Last Synced: 2025-01-31T14:47:41.926Z (over 1 year ago)
- Language: PHP
- Size: 10.7 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# David Thorns Craft Plugin
This repository contains a plugin that can be installed in a Craft CMS project.
## Installation
Change into the source directory of your Craft CMS project and execute the following command:
```bash
composer install davidthorn/craft-plugin
```
Once you have completed this, you can then install the plugin, by either going
into your admin portal, or by executing the following command:
```bash
php craft plugin/install djt_plugin
```
## Fields
This plugin currently brings the following `Field`'s that can be used within your project.
* FormTextField - Form Text Field
## Change Log
All changes will be entered here.