clavicula-nox/toolbox-bundle

Symfony ToolboxBundle

安装: 6

依赖者: 0

建议者: 0

安全: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型:symfony-bundle

1.2.3 2020-05-04 13:10 UTC

This package is auto-updated.

Last update: 2024-09-04 22:26:05 UTC


README

SensioLabsInsight Latest Stable Version License Total Downloads Symfony codecov Build Status

需求

  • php 7.1+
  • Symfony 3.4

报告问题或功能请求

问题和功能请求在 Github 问题跟踪器中跟踪。

安装

步骤 1: 下载组件

$ composer require clavicula-nox/toolbox-bundle

此命令要求您全局安装 Composer,如Composer 文档中所述。

步骤 2: 启用组件

<?php
// app/AppKernel.php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = array(
            // ...
            new ClaviculaNox\ToolboxBundle\ToolboxBundle(),
        );
    }

    // ...
}

文档