> For the complete documentation index, see [llms.txt](https://web-developers-tips.gitbook.io/nafezly-payments/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://web-developers-tips.gitbook.io/nafezly-payments/instalation.md).

# Instalation

| Required For Installation             |
| ------------------------------------- |
| "php": ">=7.0"                        |
| "laravel/framework": ">=6.0"          |
| "paypal/paypal-checkout-sdk": "1.0.2" |

install package via composer&#x20;

```bash
composer require nafezly/payments
```

publish files from vendor

```sh

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"

```
