May 29, 2021

Laravel Midtrans

Build a simple purchase gemstone website with Laravel and Midtrans. Integration using Midtrans payment gateway with Snap integration method.

Laravel Midtrans

Build a simple purchase gemstone website with Laravel and Midtrans. Integration using Midtrans payment gateway with Snap integration method.

Live demo : Not available yet.

Source code : GitHub

Installation and Usage

Clone the repository

git clone https://github.com/raprmdn/laravel-midtrans.git
bash

Install the dependencies

composer install
bash

Copy the .env.example file to .env

cp .env.example .env
bash

Generate the application key

php artisan key:generate
bash

Run the migrations

php artisan migrate
bash

Run the seeder

php artisan db:seed
bash

Start the development server

php artisan serve
bash
raprmdn
Rafi Putra Ramadhan
Laravel