1, 'name' => 'Stripe', 'provider_name' => 'Stripe', 'provider_url' => 'https://www.stripe.com', 'is_on_site' => 1, 'can_refund' => 1, ], [ 'id' => 2, 'name' => 'PayPal_Express', 'provider_name' => 'PayPal Express', 'provider_url' => 'https://www.paypal.com', 'is_on_site' => 0, 'can_refund' => 0 ] ]; DB::table('payment_gateways')->insert($payment_gateways); } }