Install - 10quality/wpmvc-addon-metaboxer GitHub Wiki

To install, run the following composer command:

composer require 10quality/wpmvc-addon-metaboxer

This will download the add-on files to your project.

Setup

In your app/Config/app.php configuration file add the following add-on to the list:

    'addons' => [
        'WPMVC\Addons\Metaboxer\MetaboxerAddon',
    ],