Browsing Tag
php
86 posts
Laravel Cache Tip: Avoid Redundant has/missing Calls
When working with Laravel’s cache, I often see developers using a pattern that, while functional, creates unnecessary overhead.…
How to Set Up Laravel with PostgreSQL (Step-by-Step Guide)
In this article, we’ll focus on how to set up a new Laravel application with PostgreSQL as the…
Laravel Lusophone – Agora com Documentação Oficial
Nos últimos meses, trabalhei no desenvolvimento de um pacote que traz localização cultural automática para aplicações Laravel: o…
Try VeltoPHP | Lightweight and simple RVC PHP Framework
Are you tired of bloated frameworks for small projects? Do you just want to build something fast, clean,…
🚀 Become a Founding **Legionnaire** — Help Build the Fastest PHP & DevOps Stack
Heads-up: we just opened the gates to MonkeysLegion, the feather-light PHP 8+ framework that slices boilerplate, bakes in…
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…