Allows you to connect to external databases and perform db queries
This plugin requires Craft CMS 3.0.0 or later, or Craft CMS 4.0.0 or later.
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
cd /path/to/project
-
Then tell Composer to load the plugin:
composer require nystudio107/craft-connect
This will install the latest version. If you wish to install the Craft CMS 3.x compatible version, run this Composer command:
composer require nystudio107/craft-connect "^1.0.0"
- 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.
Click here -> Connect Documentation
Some things to do, and ideas for potential features:
- Release it
Brought to you by nystudio107