Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devinweb/laravel-hyperpay-boilerplate
https://github.com/devinweb/laravel-hyperpay-boilerplate
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/devinweb/laravel-hyperpay-boilerplate
- Owner: devinweb
- Created: 2021-04-06T14:33:10.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-02-06T21:49:09.000Z (almost 2 years ago)
- Last Synced: 2023-03-05T08:03:21.121Z (almost 2 years ago)
- Language: PHP
- Size: 239 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
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`.