Generate Free SSL Certificates with Let's Encrypt in Laravel: A Step-by-Step Guide

Introduction: In this tutorial, we will guide you through the process of setting up a simple Laravel website that allows users to generate free SSL certificates using Let's Encrypt, PKIJS, and JSZIP. SSL certificates are essential for securing websites and enabling HTTPS. We will walk...
Read more...
PayPal Integration with PHP

PayPal Integration – Omnipay PayPal PHP Library v3.0 with Laravel

This is my third blog post about PayPal Integration with Omnipay payment processing library. In this article, I will mainly cover about the recent release v3.0, which is finally available for developers around the world. I'm sure many developers around the world were eagerly waiting f...
Read more...

Australia Post API — Location & Postcode Predictive Search

Last Updated: 22nd Sep, 2020 In this article, I'm writing about auto-suggesting postcode, the suburb of Australia with Australia Post API while filling up the address form. I was recently working with an Australian client, it was an e-commerce platform to sell their products online....
Read more...
instagram feed.jpg

Instagram Feed – Building Gallery with Real-time Data via Instagram API

I recently wrote an article about building an RSS feed section to publish Facebook Instant Articles automatically. In this article, I will show how to build a gallery on your website with the picture you have uploaded to your Instagram account. In this tutorial I'll show you an easy w...
Read more...
trending.jpg

How to Create A Trending Articles List using Google Analytics with Laravel

In this article, I will guide you about building top trending articles using Google Analytics API with Laravel framework. Recently I built this feature for my own blog, if you would like to view it open up the home page of my blog and see around the right sidebar. I have used the po...
Read more...

Automatically Posting to Facebook Page via Laravel Notifications

 A powerful feature that came out with Laravel v5.3 was Laravel Notifications. There are several numbers of notification channels created by the contributors in a github organization called laravel-notification-channels. The notifications feature is fully available with lat...
Read more...

Generating Never Expiring Facebook Page Access Token

I’ve been working on the new feature for my own blog to auto-posting the posts from the website to the facebook page via Facebook Graph API. My logic was just to make the process automated when I publish new blog post on my website end. Below, I will cover the processes that ar...
Read more...
Integrating Medium Style Image Zoom

Integrating Medium Style Image Zoom

I'm sure you already know about Medium, a widely used and popular publishing platform to share, articles, important stores over the internet. Medium – Read, write and share stories that matter. Medium is an online publishing platform developed by Evan Williams, and launched...
Read more...
IP to Location with PHP

A Simple IP to Geo Location solution for PHP

The freegeoip.net service is discontinued, so please refer to the new package to get the same service sudiptpa/ipstack I've abandoned the legacy package sudiptpa/geoip as the service provider discontinued on July 1st, 2018. I was working on my own use case to find out...
Read more...

Setup Mailgun with Digital Ocean

One big panic thing is managing and having to set up the email server of own. It requires a lot of technical things, resources, pricing, security prerequisites and many more. A lot of modern, secure, reliable mail service providers are up in the tech market these days. Here, in this...
Read more...