Skip to content

Web application to manage store and handle payments by PlacetoPay

Notifications You must be signed in to change notification settings

Ricardoaar/store-payments-integration

Repository files navigation

Place to pay integration

Introduction

Web application for paying integration. In this project, we will use PlacetoPay to handle payment.

Setup

Install dependencies

npm install && composer install

Fill important environment variables

Run cp .env.example .env Then configure:

  • PLACE2_PAY_LOGIN
  • PLACE2_PAY_TRANS_KEY
  • PLACE2_PAY_BASE_URL
  • DB_DATABASE
  • DB_USERNAME
  • DB_PASSWORD

Remember rename .env.example to .env

Migrate and configure database

if you want to avoid using your local Mysql or postgresql or any sql database, you could use docker-compose up -d to create a container with your database just for this project. Learn more about docker compose

Then run php artisan migrate:install; php artisan migrate --seed

Finally in order to make work stored images

run php artisan storage:link

Credentials created with seeders

Admin

Email: admin@gmail.com

Password: password

Customer

Email: customer@gmail.com

Password: password

Technologies

Author

Ricardo Rito Anguiano

About

Web application to manage store and handle payments by PlacetoPay

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published