Mike Wazowski
Adding FileUpload::make() make the whole resource or page not accessible
Weirdly I didn't use any PHP Framework.
"require": {
"php": "^8.1",
"filament/filament": "3.2.59",
"filament/notifications": "^3.0-stable",
"filament/spatie-laravel-media-library-plugin": "^3.2",
"filament/spatie-laravel-tags-plugin": "3.0-stable",
"guzzlehttp/guzzle": "^7.2",
"kreait/laravel-firebase": "^5.4",
"laravel/framework": "^10.10",
"laravel/sanctum": "^3.2",
"laravel/tinker": "^2.8",
"league/flysystem-aws-s3-v3": "^3.15",
"mobiosolutions/metatags": "dev-master",
"pusher/pusher-php-server": "^7.2",
"solution-forest/filament-tree": "^2.0",
"spatie/image-optimizer": "^1.7",
"spatie/laravel-image-optimizer": "^1.7",
"spatie/laravel-permission": "^5.10",
"swiftmade/laravel-sendgrid-notification-channel": "^2.6",
"tymon/jwt-auth": "^2.0"
},
"require-dev": {
"barryvdh/laravel-debugbar": "^3.9",
"barryvdh/laravel-ide-helper": "^2.13",
"fakerphp/faker": "^1.9.1",
"laravel/pint": "^1.0",
"laravel/sail": "^1.18",
"mockery/mockery": "^1.4.4",
"nunomaduro/collision": "^7.0",
"pestphp/pest-plugin-laravel": "^2.1",
"pestphp/pest-plugin-livewire": "^2.1",
"phpunit/phpunit": "^10.1",
"spatie/laravel-ignition": "^2.0"
},
5 replies
Tips and Recommendations for a Filament Application on Web Server Setup
Do you think 1 Server is enough? Though the number of users might increase over time, upon launch I'm thinkng of minimum of 100 users but over time it can go aboive 500 possibly.
8 replies
Filament Upgrade from V2 to V3
Hi There, it';s working now, Since it's for Livewire components and uses forms - I believe that the interactWithForms is applicable here.
I've added it here as well but only to livewire components it works great now
63 replies