dbp/api-base-bundle

此包已被弃用且不再维护。作者建议使用 dbp/relay-base-bundle 包。

安装: 193

依赖者: 0

建议者: 0

安全: 0

类型:symfony-bundle

v0.1.1 2021-08-28 08:02 UTC

This package is auto-updated.

Last update: 2021-10-06 14:27:10 UTC


README

GitLab | Packagist

此Symfony扩展包含DBP Relay项目所需的多包实体。

集成到API服务器

  • 将扩展包添加为依赖项
composer require dbp/api-base-bundle
  • 将扩展添加到您的 config/bundles.php
...
DBP\API\BaseBundle\DbpBaseBundle::class => ['all' => true],
DBP\API\CoreBundle\DbpCoreBundle::class => ['all' => true],
];
  • 运行 composer install 清除缓存