https://github.com/devinweb/laravel-hyperpay-boilerplate
https://github.com/devinweb/laravel-hyperpay-boilerplate
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinweb/laravel-hyperpay-boilerplate
- Owner: devinweb
- Created: 2021-04-06T14:33:10.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-12T22:51:30.000Z (8 months ago)
- Last Synced: 2025-06-18T22:42:55.935Z (20 days ago)
- Language: PHP
- Size: 396 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel Hyperpay boilerplate
To Start testing the [laravel-hyperpay](https://github.com/devinweb/laravel-hyperpay)
1- Update the `.env`
```shell
# Database env keys
DB_CONNECTION=
DB_HOST=127.0.0.1
DB_PORT=
DB_DATABASE=
DB_USERNAME=
DB_PASSWORD=# HyperPay env keys
SANDBOX_MODE=true
ENTITY_ID=
ENTITY_ID_MADA=
ACCESS_TOKEN=
CURRENCY=SAR
```
2- Make sure that step are done.
- [hyperpay-database-migration](https://github.com/devinweb/laravel-hyperpay#database-migration)3- Migrate the database.
```shell
php artisan migrate
```
4- Create your first user.5- Navigate to the route `/hyperpay/checkout`.