Cradle
0.3.3
Simple library for creating Web-based applications
|
Creates some automation actions. More...
Static Public Member Functions | |
static | createApplication ($config) |
Creates some automation actions.
This class is designed to automate the console operations
|
static |
To create an application structure from templates
string | $config | Array of config params. $config = [
'basePath' => '/path/to/copy/template/files',
'appTemplates' => [
'templatesPath' => '/path/to/templates/directory',
'params' => [ an optional array of any extra params ],
],
'appInfo' => [ an optional array of any extra params ]
]
|