An open API service indexing awesome lists of open source software.

https://github.com/devinweb/laravel-paytabs-boilerplate

Laravel Paytabs payment boilerplate
https://github.com/devinweb/laravel-paytabs-boilerplate

Last synced: about 2 months ago
JSON representation

Laravel Paytabs payment boilerplate

Awesome Lists containing this project

README

          

# Laravel Paytabs boilerplate

This project introduces a basic implemetation of [laravel-paytabs](https://github.com/devinweb/laravel-paytabs).

To start testing this project

1- Migrate the database.

```shell
php artisan migrate
```

2- Update the `.env`

```shell
PAYTABS_SERVER_KEY=your-server-key
PAYTABS_PROFILE_ID=your-profile-id
# default SAR
CURRENCY=
PAYTABS_REGION=
# default https://secure.paytabs.sa/
PAYTABS_API=
```

3- Create your first user.

4- Navigate to the route `/transactions/create` or click "عملية جديدة".