* wip

* fix plugin uninstall

* marketplace
This commit is contained in:
Saeed Vaziry
2025-06-19 14:07:15 +02:00
committed by GitHub
parent 131b828807
commit 342a3aa4c6
35 changed files with 1973 additions and 934 deletions

View File

@ -65,6 +65,15 @@
"@php artisan key:generate --ansi"
]
},
"repositories": [
{
"type": "path",
"url": "storage/plugins/*/*",
"options": {
"symlink": true
}
}
],
"extra": {
"laravel": {
"dont-discover": []