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": [ {