-
Notifications
You must be signed in to change notification settings - Fork 0
Home
vee w edited this page Feb 9, 2024
·
5 revisions
RundizBones Admin is a management module for manage users, roles, permissions, and site settings. This module is working on RundizBones framework.
If you want to start development using RdbAdmin module, please read following. Otherwise this is finished.
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
.