craftcms/query
最新稳定版本:3.1.0
Composer 安装命令:
composer require craftcms/query
包简介
Execute database queries from the Control Panel
关键字:
README 文档
README
This plugin lets users execute SQL queries and view their results in Craft CMS.
WARNING: This plugin is for development purposes only and should not be installed in a production environment.
Requirements
This plugin requires Craft CMS 4.0.0+ or 5.0.0+.
Installation
You can install this plugin from the Plugin Store or with Composer.
From the Plugin Store
Go to the Plugin Store in your project’s control panel and search for “Query”. Then press Install in its modal window.
With Composer
Open your terminal and run the following commands:
# go to the project directory cd /path/to/my-project.test # tell Composer to load the plugin composer require craftcms/query # tell Craft to install the plugin ./craft install/plugin query
Usage
Execute SQL queries by navigating to Utilities → Query in the control panel.
统计信息
- 总下载量: 14.37k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 16
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2017-05-10