Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/app/../../../sender.picotech.app/etc/../public_html/resources/../bootstrap/./..
الملفات الموجودة في هذا الـ Path:
.
..
.editorconfig
.env
.env.example
.git
.gitattributes
.gitignore
.htaccess
.styleci.yml
Modules
README.md
_ide_helper.php
app
artisan
bootstrap
composer.json
composer.lock
config
database
lang
modules_statuses.json
package.json
phpunit.xml
public
req.rest
resources
routes
storage
tests
vendor
vite.config.js

مشاهدة ملف: composer.json

{
    "name": "laravel/laravel",
    "type": "project",
    "description": "The Laravel Framework.",
    "keywords": [
        "framework",
        "laravel"
    ],
    "license": "MIT",
    "require": {
        "php": "^8.1",
        "ext-curl": "*",
        "ext-json": "*",
        "ext-zip": "*",
        "authorizenet/authorizenet": "2.0.2",
        "barryvdh/laravel-translation-manager": "^0.6.3",
        "coinpaymentsnet/coinpayments-php": "^1.4",
        "guzzlehttp/guzzle": "^7.2",
        "iyzico/iyzipay-php": "^2.0",
        "laravel/framework": "^10.10",
        "laravel/sanctum": "^3.3",
        "laravel/tinker": "^2.8",
        "league/omnipay": "^3.2",
        "maatwebsite/excel": "^3.1",
        "mews/purifier": "^3.2",
        "mollie/mollie-api-php": "^2.0",
        "nwidart/laravel-modules": "^10.0",
        "omnipay/paypal": "^3.0",
        "paytm/paytmchecksum": "^1.1",
        "spatie/laravel-permission": "^6.1",
        "stripe/stripe-php": "^7.65",
        "symfony/mailgun-mailer": "^6.3",
        "unicodeveloper/laravel-paystack": "^1.0",
        "yajra/laravel-datatables-oracle": "^10.0"
    },
    "require-dev": {
        "fakerphp/faker": "^1.9.1",
        "laravel/pint": "^1.0",
        "laravel/sail": "^1.18",
        "mockery/mockery": "^1.4.4",
        "nunomaduro/collision": "^7.0",
        "phpunit/phpunit": "^10.1",
        "spatie/laravel-ignition": "^2.0",
        "barryvdh/laravel-ide-helper": "^2.7"
    },
    "autoload": {
        "psr-4": {
            "App\\": "app/",
            "Database\\Factories\\": "database/factories/",
            "Database\\Seeders\\": "database/seeders/",
            "Modules\\": "Modules/"
        },
        "files": [
            "app/Http/helpers.php"
        ]
    },
    "autoload-dev": {
        "psr-4": {
            "Tests\\": "tests/"
        }
    },
    "scripts": {
        "post-autoload-dump": [
            "Illuminate\\Foundation\\ComposerScripts::postAutoloadDump",
            "@php artisan package:discover --ansi"
        ],
        "post-update-cmd": [
            "@php artisan vendor:publish --tag=laravel-assets --ansi --force"
        ],
        "post-root-package-install": [
            "@php -r \"file_exists('.env') || copy('.env.example', '.env');\""
        ],
        "post-create-project-cmd": [
            "@php artisan key:generate --ansi"
        ]
    },
    "extra": {
        "laravel": {
            "dont-discover": []
        }
    },
    "config": {
        "optimize-autoloader": true,
        "preferred-install": "dist",
        "sort-packages": true,
        "allow-plugins": {
            "pestphp/pest-plugin": true,
            "php-http/discovery": true
        }
    },
    "minimum-stability": "stable",
    "prefer-stable": true
}