All Projects → craftcms → query

craftcms / query

Licence: MIT license
Run SQL queries as an admin from the Craft CMS control panel.

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to query

anchors
Add anchor links to headings in your Craft CMS website content.
Stars: ✭ 47 (+235.71%)
Mutual labels:  yii2, craftcms, craft-plugin, craft3, craft2
craft-router
A Craft CMS plugin for using URL segments as filtering criteria on an entry query.
Stars: ✭ 21 (+50%)
Mutual labels:  craftcms, craft-plugin, craft3, craft2
store-hours
Manage business hours with Craft CMS.
Stars: ✭ 60 (+328.57%)
Mutual labels:  craftcms, craft-plugin, craft3, craft2
craft-connect
Allows you to connect to external databases and perform db queries
Stars: ✭ 16 (+14.29%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-grid
A field that lets you content manage CSS Grid in Craft CMS.
Stars: ✭ 18 (+28.57%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-cookies
A simple plugin for setting and getting cookies from within Craft CMS templates.
Stars: ✭ 36 (+157.14%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-react
Client and Server-side React rendering for CraftCMS
Stars: ✭ 40 (+185.71%)
Mutual labels:  craftcms, craft-plugin, craft3
Inlin-Craft
Plugin for inlining files in templates.
Stars: ✭ 64 (+357.14%)
Mutual labels:  craftcms, craft3, craft2
PowerNap
Sample Task plugin
Stars: ✭ 15 (+7.14%)
Mutual labels:  craftcms, craft-plugin, craft2
craft-typogrify
Typogrify prettifies your web typography by preventing ugly quotes and 'widows' and more
Stars: ✭ 70 (+400%)
Mutual labels:  craftcms, craft-plugin, craft3
tablemaker
A user-definable table field type for Craft CMS
Stars: ✭ 39 (+178.57%)
Mutual labels:  craftcms, craft-plugin, craft3
contact-form-honeypot
Add a honeypot captcha to your Craft CMS contact form.
Stars: ✭ 24 (+71.43%)
Mutual labels:  craftcms, craft-plugin, craft3
like
Let your users like your Craft website's entries, assets and any other element.
Stars: ✭ 44 (+214.29%)
Mutual labels:  craftcms, craft-plugin, craft2
craft-audit
Audit log for Craft 3
Stars: ✭ 18 (+28.57%)
Mutual labels:  craftcms, craft-plugin, craft3
DigitalProducts
Sell digital products with Craft Commerce
Stars: ✭ 48 (+242.86%)
Mutual labels:  craftcms, craft-plugin, craft2
AssetSubfolderAccess
Limits user groups to only access certain asset subfolders
Stars: ✭ 18 (+28.57%)
Mutual labels:  craftcms, craft-plugin, craft2
Spoon
Spoon plugin for Craft CMS - Enhance your Matrix fields with groups, tabs and more!
Stars: ✭ 82 (+485.71%)
Mutual labels:  craftcms, craft-plugin, craft3
craft3-forms
This craft CMS 3 form plugin makes it easy to create and use custom forms with the features the Yii 2 Framework offers. On top of this, the plugin provides even more functionalities for easy implementation of forms in twig templates.
Stars: ✭ 20 (+42.86%)
Mutual labels:  craftcms, craft-plugin, craft3
snipcart-craft-plugin
Craft e-commerce in a day.
Stars: ✭ 20 (+42.86%)
Mutual labels:  craftcms, craft-plugin, craft3
craft-entry-instructions
A simple fieldtype to add instructions.
Stars: ✭ 16 (+14.29%)
Mutual labels:  craftcms, craft-plugin, craft3

Query for Craft CMS

This plugin enables users to execute SQL queries and view their results in Craft CMS.

Requirements

This plugin requires Craft CMS 4.0 or later.

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 UtilitiesQuery in the control panel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].