handcraftedinthealps/sulu-resource-bundle

为 Sulu CMS 提供资源功能。

0.2.3 2022-11-07 13:42 UTC

This package is auto-updated.

Last update: 2024-09-07 18:26:20 UTC


README

安装

将仓库添加到 composer.json

composer require handcraftedinthealps/sulu-resource-bundle

config/bundles.php 中注册 Bundle

<?php

return [
    /* ... */
    HandcraftedInTheAlps\Bundle\SuluResourceBundle\HandcraftedInTheAlpsSuluResourceBundle::class => ['all' => true],
];