Author Archives: Pringal Gigaiya

About Pringal Gigaiya

Full-stack Web Developer & Freelancer Work with PHP MVC Frameworks like Laravel, CodeIgniter, Yii and also work with Python, Vue JS, Flutter.

Hello World tutorial in Laravel with Vue js and vutiefy

By | March 11, 2020

Hello Coders !! This article is about print Hello world tutorial in laravel with Vue js and vutiefy. So this is the basic beginner tutorial for Vue js and vutiefy with laravel. 1. Install Laravel So, first of all, let’s install the fresh laravel to start this tutorial. Below is the command to install fresh… Read More »

Laravel stripe metered billing payment method

By | February 19, 2020

Hello Coders !!This tutorial is about the laravel stripe metered billing payment method. When you need to charge users monthly per usage in that case you can use this metered billing method. So let’s use a fresh laravel source code for this so you can get the clean code and implement it on your site.… Read More »

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 »

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 »