Rajiv Verma

Rajiv Verma is a freelance IT consultant based out of India. He helps organizations in strategizing their products and services and help them increase sales.

How To Integrate Shiprocket in Laravel Web Application Shiprocket API

Laravel – Shiprocket Integration – How to dynamically create a new order on Shiprocket via API in PHP?

As part of an eCommerce project that I was working on for a client, a while back, I had to implement Shiprocket integration on our laravel eCommerce website. I did a little bit of digging around Shiprocket’s API and I figured it was actually a pretty simple thing to do. So, let’s see how to …

Laravel – Shiprocket Integration – How to dynamically create a new order on Shiprocket via API in PHP? Read More »

[SOLVED] Cannot Start Apache Server On XAMPP. Port 80 Blocked By PID 4!

Cannot start Apache server on XAMPP. Port 80 blocked by PID 4!
[SOLVED]

I recently upgraded my work computer from a Windows 7 system to a Windows 10 64 bit high-performance rig. As my work primarily involves web-development hence one of the first things I had to set up on my new system was web-server, MySQL database, and the ilk. I have, for years, been using the XAMPP …

Cannot start Apache server on XAMPP. Port 80 blocked by PID 4!
[SOLVED]
Read More »

How to Forward a Domain With NameCheap

How to forward a domain with Namecheap to another Website?

Many a time, we buy quite a few domains because of some idea that we have in our mind, to be worked upon later. Sometimes, these domains sit idle for years. Ideally, all our domains should lead to some sort of webpage. But since web hosting isn’t necessarily as cheap as the domains themselves, not …

How to forward a domain with Namecheap to another Website? Read More »

What do I do if My 2FA token is always invalid_

What do I do if My 2FA token is always invalid?

Almost all my websites, be it a WordPress website or a more custom and advanced, Laravel website, have some form of 2 Factor authentication implemented in them. So, in order to login to the website’s backend, I have to complete two steps to successfully authenticate myself. First, I need to pass-in my login credentials and …

What do I do if My 2FA token is always invalid? Read More »

access phpMyAdmin to connect to an AWS

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack?

For obvious security reasons, phpMyAdmin can only be accessed via the local system, through 127.0.0.1. However, when we are setting up a new stack, we need to access the database, and accessing the MySql database via the console isn’t always the most time-saving way of doing it. Thankfully, we can connect to a remote MySql …

How to access phpMyAdmin for Amazon EC2 / Lightsail LAMP stack? Read More »