$input * @return array */ public function createRules(array $input): array; /** * The fields here will be replaced in the Site model * * @param array $input * @return array */ public function createFields(array $input): array; /** * The fields here will be replaced in the type_data column as json * * @param array $input * @return array */ public function data(array $input): array; public function install(): void; /** * @return array> */ public function baseCommands(): array; public function vhost(string $webserver): string; }