Plugin system (#1866)

This commit is contained in:
Boy132
2025-12-20 00:32:13 +01:00
committed by GitHub
parent 2ab4c81e2a
commit 242a75bf3d
33 changed files with 1875 additions and 11 deletions

View File

@@ -81,7 +81,8 @@
"@php artisan filament:upgrade"
],
"post-install-cmd": [
"php -r \"file_exists('.env') || copy('.env.example', '.env');\""
"php -r \"file_exists('.env') || copy('.env.example', '.env');\"",
"php artisan p:plugin:composer"
]
},
"config": {
@@ -97,4 +98,4 @@
},
"minimum-stability": "stable",
"prefer-stable": true
}
}