Tag Archives: 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 »

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 »

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 »

Email Verification in Laravel 5.7

By | March 6, 2019

Hello, Coders !! This tutorial is about Email Verification in Laravel 5.7 in the registration process. Laravel 5.7 provides convenient methods for sending and verifying email verification requests. The first there will be two possibilities that you can start this development from scratch or you have already set up the project and you just need… Read More »