Updated 1 . Hello World with Joomla Component Builder (work in progress) (markdown)

Joseph Geller
2018-11-27 10:13:37 -06:00
parent 77e13b9e4d
commit d87cb2df4e

@@ -3,7 +3,7 @@
### Introduction
+ [01:55](https://youtu.be/1KBBtQUxMTc?t=115) **Install Joomla! Component Builder/Creator** _Download and install Joomla Component Builder/Creator_.
You can find the component in the repository on GitHub. Note, these files are not populated with data. The component shows you the very bare essentials of what's required to make a component work in Joomla! But we are going to do much more than the code does in this component. When we are done we will have an application with many lines and we will add structures so it goes way beyond just a wire frame component. You can download the latest release at https://github.com/vdm-io/Joomla-Component-Builder. After downloading the file, upload it to the root of the website directory you will be installing it in. For this example, click the Releases link, download and install the file. First thing to do is create a field.
You can find the component in the repository on GitHub. Note, these files are not populated with data. The component shows you the very bare essentials of what's required to make a component work in Joomla! But we are going to do much more than the code does in this component. When we are done we will have an application with many lines and we will add structures so it goes way beyond just a wire frame component. The latest release can be downloaded {here](https://github.com/vdm-io/Joomla-Component-Builder). After downloading the file, upload it to the root of the website directory you will be installing it in. For this example, click the Releases link, download and install the file. The first thing to do next is create a field.
### Create Greeting Field
+ [02:46](https://youtu.be/1KBBtQUxMTc?t=166) **Create a Field** _Create Greeting Field_.