juni / craft-twig-components
Register Twig components for Craft CMS
Installs: 2
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
Type:craft-plugin
Requires
- craftcms/cms: ^5.0.0
- performing/twig-components: ^0.5.3
- symfony/ux-twig-component: ^2.16
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- roave/security-advisories: dev-latest
This package is auto-updated.
Last update: 2024-12-21 14:58:27 UTC
README
Use giorgiopogliani Twig components for Craft. See https://github.com/giorgiopogliani/twig-components for details.
Requirements
This plugin requires Craft CMS 5.0.0-beta.6 or later, and PHP 8.2 or later.
Installation
You can install this plugin with Composer.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require juni/craft-twig-components # tell Craft to install the plugin ./craft plugin/install twig-components