Browsing Tag
php
91 posts
Style Guide Proposal: Parentheses and Braces in PHP
Objective This document presents a thorough reflection on how to establish a readable, rigorous, and coherent coding syntax…
💬 Integrating Twilio into your project: Part 3 – Handling Webhooks and Sending Messages with Laravel and Express
In this part, we’ll: Create a simple service to send WhatsApp messages. Handle incoming WhatsApp messages by replying…
Stripe Payment Element: Restrict to “Card Only” and Show Saved Payment Methods (Undocumented Edge Case)
Problem: Stripe’s Payment Element allows multiple payment types and shows a Saved tab for logged-in users with saved…
Lynx Framework for Sale🙂🐾
Hello everyone, I have put the Lynx project on hold because I am currently busy with another project.…
Using Laravel Event Listeners for Cleaner, Decoupled Code
As your application grows, it’s common to see controllers doing too much — saving data, sending emails, updating…
1 Billion Rows Challenge in PHP
You’ve probably heard of the 1BRC (1 Billion Rows Challenge). In a nutshell, it’s a challenge (originally aimed…
How to Set Up Two-Factor Authentication on WordPress Without Plugin
A step-by-step guide to add a 2-Factoe Authentication (2FA) system to your WordPress website. Let’s walk through this…
Introduction to Linked Lists in PHP: A Beginner’s Guide
Linked Lists are a fundamental data structure in computer science, where elements (called nodes) are connected sequentially through…
Fix Insufficient TLS in Laravel: Guide with Free Security Tools
Fixing Insufficient Transport Layer Security (TLS) in Laravel Transport Layer Security (TLS) ensures that data exchanged between a…
10 Tips to Optimize Your Laravel Application Performance
Performance is crucial to providing a seamless user experience when building Laravel applications. In this post, I’ll share…