diff --git a/framework/Shell/Actions/TWebServerAction.php b/framework/Shell/Actions/TWebServerAction.php index 3cff9ac7d..e288c43dd 100644 --- a/framework/Shell/Actions/TWebServerAction.php +++ b/framework/Shell/Actions/TWebServerAction.php @@ -45,6 +45,16 @@ * command option (with the number of page workers need for you). In this example, * eight concurrent workers are created. * + * The TWebServerAction is only available when the application is in "Debug" mode. + * In other Application modes, this action can be enabled with the Prado Application + * Parameter "Prado:PhpWebServer" set to "true". eg. Within the Application configuration: + * + * ```xml + * + * + * + * ``` + * * @author Brad Anderson * @since 4.2.3 */