Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/../Modules/PaymentGateway
الملفات الموجودة في هذا الـ Path:
.
..
Config
Console
Database
Entities
Http
PaymentGatewayProvider
Providers
Resources
Routes
Tests
composer.json
module.json
package.json
webpack.mix.js

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

{
    "name": "nwidart/paymentgateway",
    "description": "",
    "authors": [
        {
            "name": "Nicolas Widart",
            "email": "n.widart@gmail.com"
        }
    ],
    "extra": {
        "laravel": {
            "providers": [],
            "aliases": {

            }
        }
    },
    "autoload": {
        "psr-4": {
            "Modules\\PaymentGateway\\": ""
        }
    },
    "require": {
        "paypal/rest-api-sdk-php": "^1.14",
        "stripe/stripe-php": "^7.65"
    }
}