Introduction to Backend Development at Tangible Inc.
Mark's video series guides new developers through the process of developing WordPress plugins using Tangible's tools and standard processes.
Laragon
4 items
Version Control
3 items
Installing Node
Install NodeJS on your machine. We'll need this to set up and work with our plugin.
Installing Composer
Learn how to install Composer, a a tool for dependency management in PHP.
Create a plugin
Learn how to create a brand new plugin using Tangible's Plugin Framework!
Plugin headers
Learn about Plugin Headers
Plugin entry file
We go step by step through the plugin entry file to understand what it does.
Include PHP Files
An overview of plugin PHP file structures and how to create them.
Initial framework file structure
Learn about the file structure created for a new plugin using Tangible's Framework, and their purposes.
Plugin settings
Learn about how to create settings pages in a project, and examine the pre-made settings pages in a new plugin.
Tangible Roller
Learn how to install PHP libraries by specifying them in tangible.config.js and running roller to fetch them.
Using Composer
Learn how to install libraries using composer.
Fields Documentation
We do a quick overview of the Tangible Fields Documentation
Registering Fields
In this tutorial we learn how to register Tangible Fields.
Rendering Fields
In this tutorial we learn how to render Tangible Fields.
Saving Fields
In this tutorial we learn how to save values stored in Tangible Fields.