Creating a plugin with Tangible's Plugin Framework
Learn how to create a brand new plugin using Tangible's Plugin Framework!
Learn how to create a brand new plugin using Tangible's Plugin Framework!
Learn about how to create settings pages in a project, and examine the pre-made settings pages in a new plugin.
An overview of plugin PHP file structures and how to create them.
Learn how to install Composer, a a tool for dependency management in PHP.
Learn how to install PHP libraries by specifying them in tangible.config.js and running roller to fetch them.
Learn how to install libraries using composer.
Install NodeJS on your machine. We'll need this to set up and work with our plugin.
Learn about Plugin Headers
We go step by step through the plugin entry file to understand what it does.
Learn about the file structure created for a new plugin using Tangible's Framework, and their purposes.
In this tutorial we learn how to register Tangible Fields.
In this tutorial we learn how to render Tangible Fields.
In this tutorial we learn how to save values stored in Tangible Fields.
We do a quick overview of the Tangible Fields Documentation