Get Started
Installation
Learn how to install the Craft Quick Edit Craft CMS plugin.
Requirements
- Supports Craft CMS 4 and 5
- PHP 8 or later.
Craft Plugin Store
To install Quick Edit, go to the Plugin Store in your Craft control panel, search for "Quick Edit," and click the Install button.
Composer
With ddev:
ddev composer require samuelreichor/craft-quick-edit &&
ddev craft plugin/install quick-edit
With php:
composer require samuelreichor/craft-quick-edit &&
php craft plugin/install quick-edit