Skip to content

Commit

Permalink
fix: update package vendor name
Browse files Browse the repository at this point in the history
  • Loading branch information
committed Dec 17, 2024
1 parent d88e860 commit 6942406
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 5 deletions.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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"
```
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "moonshine/zh",
"name": "willieong-hk/moonshine-zh",
"description": "Chinese localization for MoonShine",
"keywords": [
"laravel",
Expand All @@ -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": [
{
Expand Down

0 comments on commit 6942406

Please sign in to comment.