Skip to content

Commit 6942406

Browse files
author
committed
fix: update package vendor name
1 parent d88e860 commit 6942406

File tree

2 files changed

+20
-5
lines changed

2 files changed

+20
-5
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
1-
# zh
1+
# Laravel MoonShine Chinese Language
2+
3+
includes:
4+
5+
- zh_HK
6+
- zh_CN
7+
- zh_TW
8+
9+
## Installation
10+
11+
```
12+
composer require willieong-hk/moonshine-zh
13+
```
14+
15+
```
16+
php artisan vendor:publish --provider="MoonShine\Zh\Providers\ZhServiceProvider"
17+
```

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "moonshine/zh",
2+
"name": "willieong-hk/moonshine-zh",
33
"description": "Chinese localization for MoonShine",
44
"keywords": [
55
"laravel",
@@ -10,11 +10,10 @@
1010
"moonshine"
1111
],
1212
"type": "library",
13-
"homepage": "https://moonshine-laravel.com",
1413
"license": "MIT",
1514
"support": {
16-
"issues": "https://github.com/moonshine-software/ru/issues",
17-
"source": "https://github.com/moonshine-software/ru"
15+
"issues": "https://github.com/willieong-hk/moonshine-zh/issues",
16+
"source": "https://github.com/willieong-hk/moonshine-zh"
1817
},
1918
"authors": [
2019
{

0 commit comments

Comments
 (0)