Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErickZH committed Feb 6, 2019
1 parent 0d65752 commit 526d018
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@
git clone https://github.com/programacionjje/laravel-openpay.git
```

> Add MERCHANT_ID, SECRET_KEY AND AMOUNT in .env file
> Generate APP_KEY
```
php artisan key:generate
```

> Add MERCHANT_ID, SECRET_KEY AND AMOUNT in the .env file
```
OPENPAY_ID=****
Expand All @@ -14,4 +19,8 @@ OPENPAY_ENVIROMENT=https://sandbox-api.openpay.mx/v1/
OPENPAY_AMOUNT=
```

> Run `composer install` in the project
> Run `composer install` in the project
> valet link
> valet open

0 comments on commit 526d018

Please sign in to comment.