🆙 Fixed more 🆙

This commit is contained in:
Remco
2026-01-20 21:37:14 +01:00
parent 8520fa37ca
commit 952d4955eb
4 changed files with 18 additions and 32 deletions
+2 -1
View File
@@ -60,7 +60,8 @@
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
"@php artisan filament:upgrade",
"@php artisan filament:cache-components"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"