modera/backend-dashboard-bundle

v3.1.0 2021-09-03 08:10 UTC

README

安装

步骤 1: 下载 Bundle

composer require modera/backend-dashboard-bundle:4.x-dev

此命令要求您全局安装 Composer,请参阅 Composer 文档中的安装章节

步骤 2: 启用 Bundle

此 Bundle 应由 Flex 自动启用。如果您不使用 Flex,则需要手动在项目中的 config/bundles.php 文件中添加以下行来启用该 Bundle

<?php
// config/bundles.php

return [
    // ...
    Modera\BackendDashboardBundle\ModeraBackendDashboardBundle::class => ['all' => true],
];

许可

此 Bundle 受 MIT 许可协议的约束。请参阅 Bundle 中的完整许可证:Resources/meta/LICENSE