pedrofurtado / orocrm-firstname-api-bundle
在OroCRM JSON API中将Oro Contact 'firstName'字段定义为过滤器和排序器。
v1.0.1
2019-06-24 14:02 UTC
Requires
- php: >=7.1
- oro/crm: >=2.6.1
This package is auto-updated.
Last update: 2024-09-25 08:31:56 UTC
README
简介
在OroCRM REST JSON API中将Oro Contact 'firstName'字段定义为过滤器和排序器。
来源
安装
$ composer require pedrofurtado/orocrm-firstname-api-bundle
命令
安装此Oro Bundle后,在oro项目的根目录中执行
$ php app/console oro:api:cache:clear $ php app/console oro:api:doc:cache:clear $ php app/console cache:clear $ php app/console oro:migration:load --force --show-queries
然后,重新启动应用程序,清除所有缓存,享受它!