🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:composer.json
{ "name": "laravel/breeze", "description": "Minimal Laravel authentication scaffolding with Blade and Tailwind.", "keywords": [ "laravel", "auth" ], "license": "MIT", "support": { "issues": "https://github.com/laravel/breeze/issues", "source": "https://github.com/laravel/breeze" }, "authors": [ { "name": "Taylor Otwell", "email": "taylor@laravel.com" } ], "require": { "php": "^8.2.0", "illuminate/console": "^11.0|^12.0|^13.0", "illuminate/filesystem": "^11.0|^12.0|^13.0", "illuminate/support": "^11.0|^12.0|^13.0", "illuminate/validation": "^11.0|^12.0|^13.0", "symfony/console": "^7.0|^8.0" }, "require-dev": { "laravel/framework": "^11.0|^12.0|^13.0", "orchestra/testbench-core": "^9.0|^10.0|^11.0", "phpstan/phpstan": "^2.0" }, "autoload": { "psr-4": { "Laravel\\Breeze\\": "src/" } }, "extra": { "laravel": { "providers": [ "Laravel\\Breeze\\BreezeServiceProvider" ] } }, "config": { "sort-packages": true }, "minimum-stability": "dev", "prefer-stable": true }
Save Changes
Cancel
Create New File
Create New Folder