alex74/module-userlistwidget
最新稳定版本:v1.0.2
Composer 安装命令:
composer require alex74/module-userlistwidget
包简介
User list from API
README 文档
README
``alex74/module-userlistwidget``
Main Functionalities
Alex74 UserListWidget is a Magento 2 widget.
Installation
Type 1: Zip file
- Unzip the zip file somewhere on local machine.
- Create a folder "Alex74/UserListWidget" in the
app/code/. - Copy files into newly created folder.
- Enable the module by running
php bin/magento module:enable Alex74_UserListWidget - Apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Type 2: Composer
- Install the module composer by running
composer require alex74/module-userlistwidget - enable the module by running
php bin/magento module:enable Alex74_UserListWidget - apply database updates by running
php bin/magento setup:upgrade* - Flush the cache by running
php bin/magento cache:flush
Configuration
- Under Stores > Configuration > Alex74 > User List Widget set module to "Enabled".
- Add test API https://reqres.in/api/users.
- Add widget using Content > Widgets > Add Widget.
- Under widget options add:
- Widget Title (optional)
- Provide API for users data (optional). Use API https://reqres.in/api/users as test API.
- If not defined here, API will come from the Stores > Configuration > Alex74 > User List Widget > General Configuration > API for users data.
- This setting overrides the Stores > Configuration > Alex74 > User List Widget > General Configuration > API for users data setting.
统计信息
- 总下载量: 1
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: OSL-3.0
- 更新时间: 2025-01-04