Размер видео: 1280 X 720853 X 480640 X 360
Показать панель управления
Автовоспроизведение
Автоповтор
The Source Code Here :Paypal payment gateway integration in Laravel 1. Laravel new paypalPayment 2.composer require srmklive/paypal 3.php artisan vendor:publish --provider "Srmklive\PayPal\Providers\PayPalServiceProvider" 4.Go to .env and change something 5. Create Controller 6.Create View 7.create route================= In the .env file write this down : =================PAYPAL_MODE=sandboxPAYPAL_SANDBOX_CLIENT_ID=PAYPAL_SANDBOX_CLIENT_SECRET=PAYPAL_LIVE_CLIENT_ID=PAYPAL_LIVE_CLIENT_SECRET============= create a controller PaypalController by writting this command ===============php artisan make:controller PaypalController====================== create the view paypal_view.blade.php ===================== Pay 100$ @if(\Session::has('error')) {{ \Session::get('error') }} {{ \Session::forget('error') }} @endif @if(\Session::has('success')) {{ \Session::get('success') }} {{ \Session::forget('success') }} @endif======================== write down the route in the web.php ===================
thank you, your tuitorials are always good and well explained
Thanks Alot Sir |You ARe GReat....
You are welcome
Brother, I was waiting for this tutorial. Are you Bangladeshi?
Yes
Thanks, Friend!
How can i get app_id for live account?
SetApiCredentials,getAccessToken,createOrder are not defined
Please brother make ssl e-commerce
please sourse code
The Source Code Here :
Paypal payment gateway integration in Laravel
1. Laravel new paypalPayment
2.composer require srmklive/paypal
3.php artisan vendor:publish --provider "Srmklive\PayPal\Providers\PayPalServiceProvider"
4.Go to .env and change something
5. Create Controller
6.Create View
7.create route
================= In the .env file write this down : =================
PAYPAL_MODE=sandbox
PAYPAL_SANDBOX_CLIENT_ID=
PAYPAL_SANDBOX_CLIENT_SECRET=
PAYPAL_LIVE_CLIENT_ID=
PAYPAL_LIVE_CLIENT_SECRET=
============ create a controller PaypalController by writting this command ===============
php artisan make:controller PaypalController
====================== create the view paypal_view.blade.php =====================
Pay 100$
@if(\Session::has('error'))
{{ \Session::get('error') }}
{{ \Session::forget('error') }}
@endif
@if(\Session::has('success'))
{{ \Session::get('success') }}
{{ \Session::forget('success') }}
@endif
======================== write down the route in the web.php ===================
thank you, your tuitorials are always good and well explained
Thanks Alot Sir |You ARe GReat....
You are welcome
Brother, I was waiting for this tutorial. Are you Bangladeshi?
Yes
Thanks, Friend!
How can i get app_id for live account?
SetApiCredentials,getAccessToken,createOrder are not defined
Please brother make ssl e-commerce
please sourse code