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 ccbba30 commit cd5600fCopy full SHA for cd5600f
composer.json
@@ -44,19 +44,6 @@
44
}
45
},
46
"bin": ["bin/debug"],
47
- "scripts": {
48
- "post-install-cmd": [
49
- "php artisan vendor:publish --tag=lfm_config",
50
- "php artisan vendor:publish --tag=lfm_public",
51
- "php artisan route:clear",
52
- "php aritsan config:clear"
53
- ],
54
- "post-update-cmd": [
55
- "php artisan vendor:publish --tag=lfm_public --force",
56
57
58
- ]
59
- },
60
"extra": {
61
"laravel": {
62
"providers": [
0 commit comments