Skip to content

Commit c6c2a23

Browse files
authored
Update README.md
替換為 composer 安裝
1 parent a6d0efb commit c6c2a23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313

1414
## Installation | 安裝
1515

16-
此套件尚未發布到 **Packagist** 需透過下列方法安裝:
16+
執行下列命令透過 **composer** 引入到你的 **Laravel** 專案:
1717

1818
```
19-
composer config repositories.laravel-database-patcher vcs https://github.com/A2Workspace/laravel-database-patcher.git
20-
composer require "a2workspace/laravel-database-patcher:*"
19+
composer require a2workspace/laravel-database-patcher
2120
```
2221

2322
接著使用 `vendor:publish` 命令生成 `database/patches` 資料夾:

0 commit comments

Comments
 (0)