mi/puli-metadata-file-locator-bundle

此包已废弃,不再维护。没有建议的替代包。

此捆绑包集成了mi/puli-metadata-file-locator库与jms/serializer-bundle

v1.0.0 2015-09-12 10:46 UTC

This package is not auto-updated.

Last update: 2020-02-07 09:35:10 UTC


README

Latest Stable Version Latest Unstable Version Total Downloads License StyleCI

概述

...

安装

  1. 将此捆绑包作为composer依赖项添加到您的项目中
composer require mi/puli-metadata-file-locator-bundle
  1. 在您的应用程序内核中添加此捆绑包

    // app/AppKernel.php
    public function registerBundles()
    {
        // ...
        $bundles[] = new \Mi\Bundle\PuliMetadataFileLocatorBundle\MiPuliMetadataFileLocatorBundle();
    
        return $bundles;
    }

使用

...

贡献

  1. 将其分支
  2. 创建您的功能分支(git checkout -b my-new-feature
  3. 提交您的更改(git commit -am '添加一些功能'
  4. 推送到分支(git push origin my-new-feature
  5. 创建新的Pull Request

许可

此库位于MIT许可证下。