Ipstack Laravel Integration

Laravel 12 Tech Tutorial: Real-World IP Intelligence with sudiptpa/ipstack + sudiptpa/guid In this tutorial, we’ll build a production-style IP verification module in Laravel 12 using: - sudiptpa/ipstack for geolocation intelligence- sudiptpa/guid for request trace IDs This is...
Read more...

Announcing GUID v3.0 - Modern, lightweight GUID generation for PHP

A Modern, lightweight GUID generation for PHP 8.2+ The first release of this package focused on one clear goal: generate GUIDs with minimal fuss.Version 3.0 keeps that same spirit and modernizes the package for today’s PHP ecosystem. What’s new in v3.0 PHP 8.2+ ba...
Read more...

IPstack PHP Wrapper: Accurate IP Geolocation API Integration for Developers & Businesses

If you’ve used the package before, this release is a major quality step forward.If you’re new to it, this is the right time to start. The new sudiptpa/ipstack release modernizes the SDK with a cleaner architecture, stronger typing, better error handling, improved document...
Read more...

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...