vin-sw/psysh
Composer 安装命令:
composer require vin-sw/psysh
包简介
Psysh integration for Shopware
README 文档
README
Inspired by the frosh tinker that inspired by laravel tinker command from laravel this plugin adds a similar command to Shopware 6.
It's basically a fork version of frosh tinker for Shopware 6 with additional features.
Read more:
frosh/tinkerrepositorybobthecow/psyshrepository
New command:
bin/console sw:psysh
- Enter
lsto get list of scoped variables. - Enter
listto get list of avaialbe commands.
Additional features:
-
Shopware's Core Services aliases (e.g new EqualsFilter via CLI instead of fully qualified class name
Shopware\Core\Framework\DataAbstractionLayer\Search\Filter\EqualsFilter. (There is some rare cases that two classes use the same class alias so you need to give the fullname to make it work) -
Default scoped variables: $container (Service Container object), $connection (Doctrine Connection object), $context (Default context object), $criteria (default criteria object)...and more
Requirements
- Shopware 6.3 or above (older versions might work, but were not tested)
- PHP 7.1 or above
Installation via composer
composer require vin-sw/psysh
bin/console plugin:refresh
bin/console plugin:install --activate ShopwarePsysh
bin/console sw:psysh
Contributing
Feel free to fork and send pull requests!
Licence
This project uses the MIT License.
统计信息
- 总下载量: 180
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 14
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2021-01-12