Laravel PayPal Payment Gateway Integration Tutorial In Laravel

#paypallaravel
Buy me a Coffee 🥰 : www.buymeacoffee.com/yaminshakil
Hello Guys I tried to explain how to make PayPal payment integration in laravel . If you still have any questions you can comment below.
Thanks For Watching.
I hope This video was helpful.
If you have any questions then let me know in the comment section.
Best of luck.
#webtechknowledge
You can connect with me with the given links below:
Please Subscribe to this channel: / @webtechknowledge
Follow me on :
Facebook Link: / yaminshakil07
Instagram Link: / yamin_shakil
Twitter Link: / yaheashakil

Пікірлер: 11

  • @WebTechKnowledge
    @WebTechKnowledge2 жыл бұрын

    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 ===================

  • @alvinellavu9603
    @alvinellavu96032 жыл бұрын

    thank you, your tuitorials are always good and well explained

  • @ahmedsa-ber6816
    @ahmedsa-ber6816 Жыл бұрын

    Thanks, Friend!

  • @cuteandfunnyanimals5479
    @cuteandfunnyanimals5479 Жыл бұрын

    Thanks Alot Sir |You ARe GReat....

  • @WebTechKnowledge

    @WebTechKnowledge

    Жыл бұрын

    You are welcome

  • @md.mehedihasan800
    @md.mehedihasan8002 жыл бұрын

    Brother, I was waiting for this tutorial. Are you Bangladeshi?

  • @WebTechKnowledge

    @WebTechKnowledge

    2 жыл бұрын

    Yes

  • @SaXuongLife
    @SaXuongLife2 жыл бұрын

    How can i get app_id for live account?

  • @mdsalimhasanriad3866
    @mdsalimhasanriad38662 жыл бұрын

    Please brother make ssl e-commerce

  • @natnaelberhanu7839
    @natnaelberhanu783911 ай бұрын

    SetApiCredentials,getAccessToken,createOrder are not defined

  • @mirajulislam9647
    @mirajulislam9647 Жыл бұрын

    please sourse code