Laravel Logo

Build Status Total Downloads Latest Stable Version License

About Project

project sederhana penerapan payment gateway midtrans di laravel 9

Simple project implementing MidTrans payment gateway in Laravel 9

Demo

1 2 3 4

Installation

Clone this repo

git clone

Open directory

cd nyawer

configure .env

cp .env.example .env
nano .env

run migrate

php artisan migrate

run app

php artisan serve

setting ngrok example :

ngrok http 127.0.0.1:8000

copy forwarded url to configurations midtrans in your account

License

The Laravel framework is open-sourced software licensed under the MIT license.