How to Redirect a Subdirectory to a Public Folder in cPanel

When deploying PHP or Laravel applications on shared hosting, it’s common to keep your application files outside the web root and serve only the public directory. If…

Read More

Integrate Paytm Payment Gateway for Subscriptions and Recurring Billing in Laravel

Feature paytm/paytm-pg paytm/paytmchecksum anandsiddharth/laravel-paytm-wallet Purpose Full Paytm Payment Gateway API SDK Only for checksum signing/verification Laravel package for simple Wallet/PG payments (old) Recurring Payment Support ✅ Yes…

Read More

barryvdh/laravel-dompdf vs laraveldaily/laravel-invoices in Laravel

Feature barryvdh/laravel-dompdf laraveldaily/laravel-invoices Type PDF Generator (low-level) Invoice Generator (high-level) Output Any custom PDF Pre-designed invoice Customization Full HTML/CSS control Limited to invoice layout Ideal for Reports,…

Read More

Laravel Webhook Handling with spatie/laravel-webhook-client

📦 What is This? The spatie/laravel-webhook-client package: It’s especially useful when you’re not using Stripe, Paddle, or Laravel Cashier. ⚙️ Use Case Example: Paytm Payment Webhook We’ll…

Read More

Using webaune/laravel-subscriptions – A Complete Guide (With Fixes for All Errors)

📦 Step 1: Install the Package 📁 Step 2: Copy Migration Files (Manually) The vendor:publish command does not work for this package. Instead, copy migration files manually…

Read More

How to Build a Laravel-Based SaaS Subscription System with PayPal and PayTM (Without Stripe/Paddle) — Self-Hosted, Spark-Like Module

Laravel Spark offers a pre-built SaaS solution with Stripe/Paddle integration—but what if you want full control, Indian-friendly payments, and no dependency on Stripe/Paddle? This tutorial walks you…

Read More

Laravel Spark + Paytm Subscription Integration Tutorial

Laravel Spark natively supports Stripe and Paddle. Paytm is not supported out-of-the-box, so to support Indian payment preferences such as UPI and net banking, we must manually…

Read More

Step-by-Step Guide: How to Install Docker in Linux

What is Docker? Docker is a platform used to develop, ship, and run applications inside containers. Containers are lightweight, portable, and self-sufficient environments that ensure your app…

Read More

Docker Architecture: Complete Tutorial Guide

Docker is a powerful platform that uses containerization to simplify application development, deployment, and management. This guide provides a comprehensive breakdown of Docker’s architecture, its core components,…

Read More

What is Docker? Why it is Better then Virtual Machines?

What is Docker? Docker is a platform for developing, shipping, and running applications in lightweight, isolated environments called containers. It streamlines software delivery by packaging applications with…

Read More