Category : Laravel

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 »

Firebase RealTime Integration Laravel-5-x

By | January 11, 2020

Hello Coders !!, Scientists, This article, we will learn about Firebase RealTime Integration Laravel-5-x using google firebase Realtime database. The Firebase Realtime Database is a cloud-hosted database where Data is stored as JSON and synchronized in realtime to every connected client. So when we need to use Real-time change on the web app or mobile… 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 »

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 »