manuxi/sulu-additional-account-data-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

manuxi/sulu-additional-account-data-bundle

最新稳定版本:3.0.0

Composer 安装命令:

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

包简介

Say hello to Sulu additional account data!

README 文档

README

GitHub license GitHub license

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

image

👩🏻‍🏭 Installation

Install the package with:

composer require manuxi/sulu-additional-account-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\SuluAdditionalAccountDataBundle\SuluAdditionalAccountDataBundle::class => ['all' => true],
];

Please add the following to your routes_admin.yaml:

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

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

Some properties in co_accounts 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 :).

统计信息

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

GitHub 信息

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

其他信息

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