mi / puli-metadata-file-locator-bundle
此包已废弃,不再维护。没有建议的替代包。
此捆绑包集成了mi/puli-metadata-file-locator库与jms/serializer-bundle
v1.0.0
2015-09-12 10:46 UTC
Requires
- php: >=5.6.0
- jms/serializer-bundle: ^1.0
- mi/metadata-puli-file-locator: ^1.0
Requires (Dev)
- symfony/framework-bundle: ^2.7
This package is not auto-updated.
Last update: 2020-02-07 09:35:10 UTC
README
概述
...
安装
- 将此捆绑包作为composer依赖项添加到您的项目中
composer require mi/puli-metadata-file-locator-bundle
-
在您的应用程序内核中添加此捆绑包
// app/AppKernel.php public function registerBundles() { // ... $bundles[] = new \Mi\Bundle\PuliMetadataFileLocatorBundle\MiPuliMetadataFileLocatorBundle(); return $bundles; }
使用
...
贡献
- 将其分支
- 创建您的功能分支(
git checkout -b my-new-feature
) - 提交您的更改(
git commit -am '添加一些功能'
) - 推送到分支(
git push origin my-new-feature
) - 创建新的Pull Request
许可
此库位于MIT许可证下。