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
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
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-27