💳
Nafezly Payments
  • ✔️OverView
  • ⚓Instalation
  • 🏗️Configrations
  • Payment Gateways
    • PayPal
    • Paymob
    • Kashier
    • Fawry
    • Hyperpay
    • Thawani
    • Tap
    • Opay
    • Paytabs
    • Paymob E-wallets
    • Kashier E-wallets
  • 💳Test Cards
  • ➕Contribute
Powered by GitBook
On this page

Instalation

Required For Installation

"php": ">=7.0"

"laravel/framework": ">=6.0"

"paypal/paypal-checkout-sdk": "1.0.2"

install package via composer

composer require nafezly/payments

publish files from vendor


php artisan vendor:publish --tag="nafezly-payments-config"
php artisan vendor:publish --tag="nafezly-payments-lang"
php artisan vendor:publish --tag="nafezly-payments-views"

//or use all for all configrations
php artisan vendor:publish --tag="nafezly-payments-all"
PreviousOverViewNextConfigrations

Last updated 2 years ago

⚓