juni / craft-twig-components
注册 Craft CMS 的 Twig 组件
dev-main
2024-04-21 13:44 UTC
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-09-21 14:27:57 UTC
README
使用 giorgiopogliani 的 Twig 组件。有关详细信息,请参阅 https://github.com/giorgiopogliani/twig-components
要求
此插件需要 Craft CMS 5.0.0-beta.6 或更高版本,以及 PHP 8.2 或更高版本。
安装
您可以使用 Composer 安装此插件。
使用 Composer
打开您的终端并运行以下命令
# 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