background
Home / Portfolio / Laravel Midtrans
PORTFOLIO

Laravel Midtrans

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

#Laravel  #Midtrans  

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

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

Install the dependencies

1composer install
bash

Copy the .env.example file to .env

1cp .env.example .env
bash

Generate the application key

1php artisan key:generate
bash

Run the migrations

1php artisan migrate
bash

Run the seeder

1php artisan db:seed
bash

Start the development server

1php artisan serve
bash