SetupCommandController
class SetupCommandController extends CommandController (View source)
Properties
protected DatabaseConnectionService | $databaseConnectionService | ||
protected array | $persistenceConfiguration | ||
protected ImageHandlerService | $imageHandlerService | ||
protected string | $imagineDriver |
Methods
void
databaseCommand(string|null $driver = null, string|null $host = null, string|null $dbname = null, string|null $user = null, string|null $password = null)
Configure the database connection for flow persistence
void
imageHandlerCommand(string $driver = null)
No description
string
writeSettings(string $filename, string $path, mixed $settings)
Write the settings to the given path, existing configuration files are created or modified
Details
void
databaseCommand(string|null $driver = null, string|null $host = null, string|null $dbname = null, string|null $user = null, string|null $password = null)
Configure the database connection for flow persistence
void
imageHandlerCommand(string $driver = null)
No description
protected string
writeSettings(string $filename, string $path, mixed $settings)
Write the settings to the given path, existing configuration files are created or modified