Skip to content
vee w edited this page Feb 9, 2024 · 5 revisions

RundizBones Admin module

RundizBones Admin is a management module for manage users, roles, permissions, and site settings. This module is working on RundizBones framework.

Getting started

If you want to start development using RdbAdmin module, please read following. Otherwise this is finished.


Folder structure

Controllers

Models

Views

Plugins


Commands

RundizBones Admin module contain many commands to run in command line interface (CLI) such as Command Prompt, PowerShell, Terminal.
Run php rdb list to see the list of all available commands. The commands that are from this module will be prefix with rdbadmin: for example: rdbadmin:cron.
To see help for each command run php rdb and follow with that command and end with --help. Example: php rdb rdbadmin:create-module --help.