| Server IP : 35.80.110.71 / Your IP : 216.73.216.221 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ip-172-31-21-44 6.17.0-1019-aws #19~24.04.1-Ubuntu SMP Tue Jun 23 18:53:06 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/switchyard/current/vendor/filament/filament/ |
Upload File : |
{
"name": "filament/filament",
"description": "A collection of full-stack components for accelerated Laravel app development.",
"license": "MIT",
"homepage": "https://github.com/filamentphp/filament",
"support": {
"issues": "https://github.com/filamentphp/filament/issues",
"source": "https://github.com/filamentphp/filament"
},
"require": {
"php": "^8.2",
"chillerlan/php-qrcode": "^5.0",
"filament/actions": "self.version",
"filament/forms": "self.version",
"filament/infolists": "self.version",
"filament/notifications": "self.version",
"filament/schemas": "self.version",
"filament/support": "self.version",
"filament/tables": "self.version",
"filament/widgets": "self.version",
"pragmarx/google2fa": "^8.0|^9.0",
"pragmarx/google2fa-qrcode": "^3.0|^4.0"
},
"autoload": {
"files": [
"src/global_helpers.php",
"src/helpers.php"
],
"psr-4": {
"Filament\\": "src"
}
},
"extra": {
"laravel": {
"providers": [
"Filament\\FilamentServiceProvider"
]
}
},
"config": {
"sort-packages": true
},
"minimum-stability": "dev",
"prefer-stable": true
}