pierrestoffe/craft-component-based-templating

Templating in a component-based environment

2.0.2 2022-08-12 11:37 UTC

This package is auto-updated.

Last update: 2024-04-12 15:12:41 UTC


README

This plugin facilitates working with components and groups in Twig.

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require pierrestoffe/craft-component-based-templating (no official release yet, so version should be `@dev`)
    
  3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Component-based Templating.