From 6942406f16d6d0cbf7e26c9a9f17fcf958508980 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=81=AA?= Date: Tue, 17 Dec 2024 16:27:55 +0800 Subject: [PATCH] fix: update package vendor name --- README.md | 18 +++++++++++++++++- composer.json | 7 +++---- 2 files changed, 20 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43f07a6..1b01f38 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ -# zh +# Laravel MoonShine Chinese Language + +includes: + +- zh_HK +- zh_CN +- zh_TW + +## Installation + +``` +composer require willieong-hk/moonshine-zh +``` + +``` +php artisan vendor:publish --provider="MoonShine\Zh\Providers\ZhServiceProvider" +``` \ No newline at end of file diff --git a/composer.json b/composer.json index 16482e2..4f60b44 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "moonshine/zh", + "name": "willieong-hk/moonshine-zh", "description": "Chinese localization for MoonShine", "keywords": [ "laravel", @@ -10,11 +10,10 @@ "moonshine" ], "type": "library", - "homepage": "https://moonshine-laravel.com", "license": "MIT", "support": { - "issues": "https://github.com/moonshine-software/ru/issues", - "source": "https://github.com/moonshine-software/ru" + "issues": "https://github.com/willieong-hk/moonshine-zh/issues", + "source": "https://github.com/willieong-hk/moonshine-zh" }, "authors": [ {