定制 manuxi/sulu-association-contact-bundle 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

manuxi/sulu-association-contact-bundle

最新稳定版本:1.2.0

Composer 安装命令:

composer require manuxi/sulu-association-contact-bundle

包简介

Say hello to Sulu association contact!

README 文档

README

License: MIT GitHub Tag

I made this bundle to have the possibility to manage association properties in the Sulu contacts.

image

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-association-contact-bundle

If you're not using Symfony Flex, you'll also need to add the bundle in your config/bundles.php file:

return [
    //...
    Manuxi\SuluAssociationContactBundle\SuluAssociationContactBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

SuluAssociationContactBundle:
    resource: '@SuluAssociationContactBundle/Resources/config/routes_admin.yml'

Last but not least the schema of the database needs to be updated.

Some properties in co_contacts will be created.

See the needed queries with

php bin/console doctrine:schema:update --dump-sql

Update the schema by executing

php bin/console doctrine:schema:update --force

Make sure you only process the bundles schema updates!

🧶 Configuration

There exists no configuration yet.

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-08-23