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

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

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

manuxi/sulu-additional-contact-data-bundle

最新稳定版本:1.0.0

Composer 安装命令:

composer require manuxi/sulu-additional-contact-data-bundle

包简介

Say hello to Sulu additional contact data!

README 文档

README

GitHub license GitHub license

I made this bundle to have the possibility to manage additional properties in the contact. Please feel comfortable submitting feature requests. This bundle is still in development. Use at own risk 🤞🏻

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-additional-contact-data-bundle

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

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

Please add the following to your routes_admin.yaml:

SuluAdditionalContactDataBundle:
    resource: '@SuluAdditionalContactDataBundle/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.

👩‍🍳 Contributing

For the sake of simplicity this extension was kept small. Please feel comfortable submitting issues or pull requests. As always I'd be glad to get your feedback to improve the extension :).

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-09-27