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 bb73780 commit 1c41e5dCopy full SHA for 1c41e5d
composer.json
@@ -27,8 +27,10 @@
27
}
28
},
29
"scripts": {
30
- "post-autoload-dump": [
31
- "@prepare"
+ "post-autoload-dump": "@prepare",
+ "clear": [
32
+ "@livewire:uninstall",
33
+ "@vue:uninstall"
34
],
35
"prepare": "@php vendor/bin/testbench package:discover --ansi",
36
"livewire:install": "@composer require --dev \"laravel/livewire-starter-kit\"",
0 commit comments