Sha256: 17d067dc4022a0ee04a38d1aa666b786f1c325dda592686dec240008d55642f9
Contents?: true
Size: 917 Bytes
Versions: 49
Compression:
Stored size: 917 Bytes
Contents
# frozen_string_literal: true module PHP module Messages MESSAGES = { php: { help: <<~HELP, Suite of commands for developing PHP apps with Laravel. See {{command:%1$s app php <command> --help}} for usage of each command. Usage: {{command:%1$s app php [ %2$s ]}} HELP forms: { create: { error: { invalid_app_name: "App name cannot contain 'Shopify'", invalid_app_type: "Invalid app type %s", }, app_name: "App name", app_type: { select: "What type of app are you building?", select_public: "Public: An app built for a wide merchant audience.", select_custom: "Custom: An app custom built for a single client.", selected: "App type {{green:%s}}", }, }, }, }, }.freeze end end
Version data entries
49 entries across 49 versions & 1 rubygems