Date
May 29, 2021
Rafi Putra Ramadhan
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.gitInstall the dependencies
Terminal
composer installCopy the .env.example file to .env
Terminal
cp .env.example .envGenerate the application key
Terminal
php artisan key:generateRun the migrations
Terminal
php artisan migrateRun the seeder
Terminal
php artisan db:seedStart the development server
Terminal
php artisan serve