RAD Admin - Dashboard
RAD Admin - Config Parameters
RAD Admin - Application Parameters
RAD Admin - Add Application Parameters
RAD Admin - Edit Application Parameters
RAD Admin - System Parameter
RAD Admin - Edit System Parameter
RAD Admin - Directory Parameter
RAD Admin - Microservice
RAD Admin - Add Microservice
RAD Admin - Edit Microservice
RAD Admin - Microservice Route
RAD Admin - Microservice Add Route
RAD Admin - Microservice Edit Route
RAD Admin - Code Editing of a Route
RAD Admin - Microservice Controller
RAD Admin - Add Microservice Controller
RAD Admin - Edit Microservice Controller
RAD Admin - Theme
RAD Admin - Manage Theme
RAD Admin - Theme Assets
RAD Admin - Directory Parameter
On the Config Parameters list page, click on the Directory Parameter tab, and you will be redirected to the page, as illustrated in Figure 1 below.
On the directory parameter list page, by default, the below parameters will be available:
- class_app: The directory where the application classes are stored
- class_core: The directory where the core classes are stored
- data: The directory where the data files are stored
- log: The directory where the log files are stored
- pub: The directory where the pub files are stored
- rad: The root directory of the RAD framework
- route: The directory where the route business logic files are stored
- session: The directory where the session files are stored
- site: The root directory of the Site - the container of the application
- sys: The directory where the system files are stored
- theme: The directory where the theme files are stored
- vendor: The directory where the vendor files are stored
- www: The directory where the www files are stored. The folder or directory where the domain name is pointed to, e.g., it is
[site]/rad/public_html
in cPanel-based servers
The directory parameters are predefined and cannot be edited.