smileythane / oxid-custom-search
此包最新版本(0.0.3)没有提供许可证信息。
为Oxid Eshop提供的自定义搜索
0.0.3
2023-08-08 16:26 UTC
Requires
- php: >=7.1
- oxid-esales/oxideshop-ce: ^v6.5.4
Requires (Dev)
- phpunit/phpunit: ^6
- squizlabs/php_codesniffer: ^3.5
README
需求
- Oxid eShop >= 6.2
- PHP >= 7.* | 8.*
安装
通过composer安装
composer require smileythane/oxid-custom-search
激活插件
vendor/bin/oe-console oe:module:activate pr_custom_search
使用
推荐使用控制台命令方式。
控制台
运行
vendor/bin/oe-console smileythane:search:import --url={URL with xml for import}
许可证
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://gnu.ac.cn/licenses/>.