Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1.63 KB

README.md

File metadata and controls

39 lines (20 loc) · 1.63 KB

Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status

Connect plugin for Craft CMS 3.x

Allows you to connect to external databases and perform db queries

Screenshot

Requirements

This plugin requires Craft CMS 3.0.0 or later.

Installation

To install the plugin, follow these instructions.

  1. Open your terminal and go to your Craft project:

     cd /path/to/project
    
  2. Then tell Composer to load the plugin:

     composer require nystudio107/craft-connect
    
  3. Install the plugin via ./craft install/plugin connect via the CLI, or in the Control Panel, go to Settings → Plugins and click the “Install” button for Connect.

Or you can install the plugin via the Plugin Store in the Craft CMS 3 CP.

Documentation

Click here -> Connect Documentation

Connect Roadmap

Some things to do, and ideas for potential features:

  • Release it

Brought to you by nystudio107