Skip to content

Install

Ale Mostajo edited this page Feb 22, 2020 · 1 revision

To install, run the following composer command:

composer require 10quality/wpmvc-addon-administrator

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\Administrator\AdministratorAddon',
    ],

Clone this wiki locally