Install - 10quality/wpmvc-addon-administrator GitHub Wiki
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',
],