Technical Insights.

Documenting my journey through 9+ years of Laravel development, architectural patterns, and lessons learned in the field.

Technical

Install Apache, PHP, and MySQL on Fedora 43

If you’re setting up a local development or testing environment on Fedora, the classic Apache + PHP + MySQL stack is still a rock-solid choice. In this guide, we’ll walk through installing and configuring Apache (HttpD), PHP via the Remi...

Read Article 0 min read
Technical

Using PHP's NumberFormatter for Localization and Formatting

PHP provides powerful tools for formatting and handling numbers, especially when it comes to localization, currency formatting, and handling different number systems. One such tool is the NumberFormatter class, which is part of the intl (Internationalization) extension. This class offers...

Read Article 0 min read
Technical

Laravel Passport vs. Sanctum: A Comprehensive Comparison

A Deep Dive into Laravel Passport and Laravel Sanctum: A Comprehensive Comparison Laravel, a robust PHP framework, offers a myriad of tools for building modern web applications. Among these tools, Laravel Passport and Laravel Sanctum stand out as leading solutions...

Read Article 0 min read
Technical

Laravel Pennant: A Guide to Feature Flags

Exploring Laravel 11.x Pennant: A Comprehensive Guide to Feature Flags In the rapidly evolving landscape of web development, feature flags have become an essential tool for managing application features dynamically. With the release of Laravel 11.x, the Pennant package offers...

Read Article 0 min read
Technical

Validating Password Strength

Custom Validation Rules in Laravel: Validating Password Strength In today's digital landscape, strong password policies are more important than ever. With increasing concerns about data breaches and unauthorized access, ensuring that users create strong, secure passwords is a critical aspect...

Read Article 0 min read
Technical

Visual Studio Code Set Up for Laravel Development

Visual Studio Code Setup For PHP Laravel Introduction Visual Studio Code, or VS Code, is a code editor tool used by many programmers worldwide. It is super easy to customize as per your tastes and preferences. It has support for...

Read Article 0 min read
Technical

Laravel on Sub-Domain of shared server

Laravel on Sub-domain Let us learn how to host a laravel project on a sub-domain of shared hosting. Assumptions / Pre-requisites I presume that you have the following things ready with you. Shared hosting server Sub-domain on that shared hosting...

Read Article 0 min read
Technical

Deploy Laravel app on shared server using Envoy

Introduction On the shared hosting servers, it becomes a chore SSHing every time and executing the commands like cd to a domain, git pull to sync all the files and folders, npm build to build the production-ready app, etc. Then...

Read Article 0 min read
Technical

The software tools used by me

Software Tools used For creating any website or web application, the following are the tools that I use. Hardware Laptop The laptop that I use is of HP Laptop (Model - R41000680) Mouse I rarely use the Touchpad Mouse as...

Read Article 0 min read