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 807fc48 commit e968156Copy full SHA for e968156
composer.json
@@ -73,6 +73,9 @@
73
"@php artisan key:generate --ansi",
74
"@php -r \"file_exists('database/database.sqlite') || touch('database/database.sqlite');\"",
75
"@php artisan migrate --graceful --ansi"
76
+ ],
77
+ "pre-package-uninstall": [
78
+ "Illuminate\\Foundation\\ComposerScripts::prePackageUninstall"
79
]
80
},
81
"extra": {
0 commit comments