Add filament

This commit is contained in:
2022-08-06 15:39:24 -04:00
parent a3f751e8fa
commit f54e41aef9
46 changed files with 2419 additions and 4 deletions

View File

@ -9,6 +9,7 @@
"barryvdh/laravel-debugbar": "^3.7",
"barryvdh/laravel-snappy": "^1.0",
"carlos-meneses/laravel-mpdf": "^2.1",
"filament/filament": "^2.0",
"laravel/framework": "^9.0",
"laravel/tinker": "^2.0",
"laravel/ui": "^3.0"
@ -51,7 +52,8 @@
"Illuminate\\Foundation\\ComposerScripts::postInstall"
],
"post-update-cmd": [
"Illuminate\\Foundation\\ComposerScripts::postUpdate"
"Illuminate\\Foundation\\ComposerScripts::postUpdate",
"@php artisan filament:upgrade"
],
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",