craftcms / query
从控制面板执行数据库查询
3.1.0
2024-03-19 23:20 UTC
Requires
- craftcms/cms: ^4.0.0-RC3|^5.0.0-beta.1
Requires (Dev)
- craftcms/ecs: dev-main
- craftcms/phpstan: dev-main
- craftcms/rector: dev-main
- 3.x-dev
- 3.1.0
- 3.0.0
- v2.x-dev
- 2.0.3
- 2.0.2
- 2.0.1
- 2.0.0
- dev-dependabot/composer/craftcms/cms-4.4.6.1
- dev-dependabot/composer/guzzlehttp/psr7-2.5.0
- dev-dependabot/npm_and_yarn/decode-uri-component-0.2.2
- dev-dependabot/npm_and_yarn/lodash-and-gulp-4.17.21
- dev-dependabot/npm_and_yarn/minimatch-and-gulp-3.1.2
- dev-snyk-upgrade-7da2aa6f5208228b01da4cd6eeda054c
- dev-snyk-upgrade-594a9930735068d40497ead2c5cb2792
- dev-snyk-fix-faa8ca514dd7a0972ba42a2c85608897
- dev-dependabot/npm_and_yarn/path-parse-1.0.7
- dev-dependabot/npm_and_yarn/acorn-5.7.4
- dev-dependabot/npm_and_yarn/extend-3.0.2
This package is auto-updated.
Last update: 2024-09-20 00:17:44 UTC
README
此插件允许用户在Craft CMS中执行SQL查询并查看结果。
警告:此插件仅用于开发目的,不应在生产环境中安装。
要求
此插件需要Craft CMS 4.0.0+或5.0.0+。
安装
您可以从插件商店或使用Composer安装此插件。
从插件商店
转到项目控制面板中的插件商店,搜索“Query”。然后在模态窗口中点击安装。
使用Composer
打开终端并运行以下命令
# 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
用法
通过导航到控制面板中的实用工具 → 查询来执行SQL查询。