updated models

This commit is contained in:
IOT Dev
2025-03-19 18:11:00 +05:30
parent 7be3c46a5e
commit 04ee0cadd5
38 changed files with 2769 additions and 2 deletions

View File

@@ -7,6 +7,7 @@
"license": "MIT",
"require": {
"php": "^8.2",
"filament/filament": "^3.3",
"laravel/framework": "^11.31",
"laravel/tinker": "^2.9"
},
@@ -35,7 +36,8 @@
"scripts": {
"post-autoload-dump": [
"Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
"@php artisan package:discover --ansi"
"@php artisan package:discover --ansi",
"@php artisan filament:upgrade"
],
"post-update-cmd": [
"@php artisan vendor:publish --tag=laravel-assets --ansi --force"