ingalabs/image-bundle

此包已被废弃,不再维护。未建议替代包。

Symfony 图像服务组件

安装: 9

依赖者: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 1

类型:symfony-bundle

dev-master / 1.0.x-dev 2017-12-09 13:07 UTC

This package is auto-updated.

Last update: 2023-05-15 23:32:22 UTC


README

Build Status Coverage Status Latest Stable Version Latest Unstable Version License

图像服务包。

安装

步骤 1: 下载包

打开命令行,进入您的项目目录,然后执行以下命令以下载此包的最新稳定版本

$ composer require inagalabs/image-bundle

此命令需要您已全局安装 Composer,具体请参阅 Composer 文档的安装章节

步骤 2: 启用包

然后,通过将其添加到项目 app/AppKernel.php 文件中注册的包列表中来启用该包

<?php

// ...
class AppKernel extends Kernel
{
    public function registerBundles()
    {
        $bundles = [
            // ...

            new IngaLabs\Bundle\ImageBundle\IngaLabsImageBundle(),
        ];

        // ...
    }

    // ...
}

许可

此包遵循 MIT 许可协议