# Installing & Updating
# Requirements
Craft Article needs Craft 3.6+ to work. Apart from that, this plugin meets the same requirements as listed on the Craft Requirements (opens new window) page.
# Installation Instructions
# Install from the Control Panel
- Go to the Plugin Store area inside your Craft control panel and search for Craft Article
- Click on Craft Article
- Click on the Try button to install a trial copy of Craft Article
- Try things out and if our plugin suits your needs, purchase a copy of it through the Plugin Store when you're ready!
# Installing from the Terminal
The plugin can also be installed manually through Composer (opens new window):
- Open your terminal and go to your craft project:
cd /path/to/your/project
- Then require the plugin via composer:
composer require creativeorange/craft-article
- After requiring the plugin go to your Craft control panel and go to Settings --> Plugins and click the Install button
- Try things out and if our plugin suits your needs, purchase a copy of it through the Plugin Store when you're ready!