Date
May 29, 2021
Laravel

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

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

Install the dependencies

Terminal
composer install

Copy the .env.example file to .env

Terminal
cp .env.example .env

Generate the application key

Terminal
php artisan key:generate

Run the migrations

Terminal
php artisan migrate

Run the seeder

Terminal
php artisan db:seed

Start the development server

Terminal
php artisan serve