expertcoder / symapi-extra-bundle
此包已被弃用,不再维护。未建议替代包。
此包的最新版本(dev-master)没有提供许可证信息。
Symfony 3 API 扩展包
dev-master
2016-11-24 21:55 UTC
Requires
- php: >=5.4
- symfony/symfony: >=3.0
This package is auto-updated.
Last update: 2022-09-29 01:40:53 UTC
README
##安装
使用composer安装
composer require expertcoder/symapi-extra-bundle
在AppKernal.php中包含
class AppKernel extends Kernel
{
public function registerBundles()
{
$bundles = [
....
new ExpertCoder\SymapiExtraBundle\ExpertCoderSymapiExtraBundle(),
....
];
##开发者注意
更改composer.json的Git版本以通过SSH别名推送
git remote set-url origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git
git remote set-url --push origin git@github-expertcoder:expertcoder/SymapiExtraBundle.git