Paytm payment gateway integration with laravel 5.4

By | December 9, 2019

Hello Coders !!This tutorial is about the Paytm payment gateway integration with laravel 5.4 with Laravel’s latest framework. So you can follow step by step to integrate paytm payment gateway integration in fresh Laravel. Also, if you want to integrate into existing code then just follow after the installation step. So the first step is… Read More »

Authorize.net Payment Gateway Integration with Laravel

By | October 28, 2019

This tutorial is about Authorize.net Payment Gateway Integration – Laravel 5.x you will get the step by step with screenshot all the steps to integrate this in your project. Authorize.net:- Authorize.Net is a United States-based payment gateway service provider, permitting merchants to simply accept credit card and electronic check payments through their website and over… Read More »

Laravel 6 Dynamic database connection

By | October 19, 2019

Hello Coders !! This article is about the Laravel 6 Dynamic database connection. Sometimes we need multiple databases in our system to work with and laravel is capable of doing this. With no more complexity, this article is pretty easy to implement you will find the exact changes you want to make in your system.… Read More »

Laravel Image Optimization using Spatie

By | October 1, 2019

Hello Coders !! This tutorial is about the Laravel image optimization using a spatie laravel package. Suppose you are dealing with large scale projects that have a very large amount of images at that time this package integration will help you. At that time image optimization becomes a very important part of whole site benefits… Read More »

How to upload files in amazon s3 bucket using Laravel

By | September 6, 2019

Hello Coders !! This tutorial is about How to upload files in amazon s3 bucket using Laravel. So let’s start with setup framework and Amazon S3 account. Step 1 : Setup Amazone S3 bucket Here we first create an account in third-party service called Amazon S3. Open this link Amazon console for Login. Click on Amazon… Read More »

Laravel Paypal Payment Integration

By | August 26, 2019

Hello Coders, Welcome to CodesCompanion easy way development tutorials. This tutorial is about the Laravel Paypal Payment Integration. Previously I had written about the other payment gateways such as Stripe, Instamojo, and Razorpay that you can check in my other articles. Currently, let me tell you about the PayPal payment method integration in Laravel. Step… Read More »

Laravel Unlimited Hierarchical Category Tree View

By | June 8, 2019

This tutorial is about the Laravel Unlimited Hierarchical Category Tree View. You can use this code for an unlimited hierarchical category in the admin panel and front-end. Same as Magento’s category hierarchy. The first step you need to install the fresh latest version of Laravel in your local system for that follow the previous tutorial… Read More »