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.
2 parents 1b379d6 + ab2fbcf commit 0a3c457Copy full SHA for 0a3c457
README.md
@@ -45,6 +45,8 @@ class ProductController extends Controller
45
46
protected ProductStockManager $productStockManager;
47
48
+ // We don't need the constructor anymore...
49
+
50
public function __invoke(Request $request)
51
{
52
$this->productService->doSomething(); // Still works!
@@ -57,6 +59,5 @@ class ProductController extends Controller
57
59
此套件基於 PHP 7.4 的 `typed properties` 特性,請確保你的 PHP 更新到最新版本。
58
60
61
```bash
-composer config repositories.a2workspace/laravel-automount vcs https://github.com/A2Workspace/laravel-automount.git
-composer require "a2workspace/laravel-automount:*"
62
+composer require a2workspace/laravel-automount
63
```
0 commit comments