We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40533a4 commit a557507Copy full SHA for a557507
README.md
@@ -14,11 +14,10 @@
14
15
## Installation | 安裝
16
17
-此套件尚未發布到 **Packagist** 需透過下列方法安裝:
+執行下列命令透過 composer 引入到你的 Laravel 專案:
18
19
```bash
20
-composer config repositories.a2workspace/laravel-stubs vcs https://github.com/A2Workspace/laravel-stubs.git
21
-composer require "a2workspace/laravel-stubs:*"
+composer require a2workspace/laravel-stubs
22
```
23
24
接著使用 `vendor:publish` 命令生成配置文件與 `resources/stubs` 資料夾:
0 commit comments