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
- Host: GitHub
- URL: https://github.com/devinweb/laravel-paytabs-boilerplate
- Owner: devinweb
- Created: 2022-09-28T09:10:02.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-03-15T05:49:11.000Z (about 3 years ago)
- Last Synced: 2025-03-22T21:46:42.729Z (about 1 year ago)
- Language: JavaScript
- Size: 679 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
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 "عملية جديدة".