high-five/component-library

适用于Craft CMS网站的组件库模块

安装: 5

依赖: 1

建议者: 0

安全: 0

星星: 0

关注者: 1

分支: 0

开放问题: 0

类型:craft-module

dev-master 2023-11-15 23:47 UTC

This package is auto-updated.

Last update: 2024-09-16 01:40:26 UTC


README

安装

composer require high-five/component-library

加载模块

config/app.php文件中加载模块

<?php

return [
    'modules' => [
        'component-library' => ComponentLibrary::class,
    ],
    'bootstrap' => [
        'component-library'
    ],
];

确保在添加后运行ddev composer dumpautoload