PHP Trends 2025 & Beyond: Discover the Latest Innovations in Development
Laravel Authentication Made Effortless; Laravel 12 CRUD Application Example Tutorial; and GDPR Made Easy: Automating Anonymization in Symfony.
🔥 I’m sharing 3-4 different repos each day you may like. 🔥
Follow me on X’s, Threads, or in Blue Sky.
PHP
📚 7 Ways to Perfect Your Filament Table Filters
Ever struggled with clunky table filters ruining your user experience? Let me show you how to transform them into powerful, intuitive tools that will delight your users.
📚 PHP Trends 2025 & Beyond: Discover the Latest Innovations in Development
This blog will explore the latest innovations in PHP development, focusing on key trends, technologies, and best practices that businesses and potential clients should be aware of when seeking PHP development services.
📚 The PHP Foundation: Proud to Be Community Sponsors of Laracon EU and Laracon India
The PHP Foundation is thrilled to announce our community sponsorship of both Laracon EU and Laracon India! We believe in the power of in-person connections and are excited to support these conferences as they bring together PHP enthusiasts from around the world.
📚 Ensuring Reliable JSON from LLM Responses in PHP
When working with Large Language Model (LLM) APIs, you often receive responses that contain extraneous text, making it challenging to extract clean JSON data.
📚 The Problem with Indirections
Almost any program we write makes heavy use of different kind of indirections, at least if it should be remotely useful. Even though they are so fundamental to the everyday work of a software developer, we should always carefully consider in which extent we want to use them.
Laravel
📚 Laravel Authentication Made Effortless
Let me introduce you to Laravel 12’s game-changing authentication option that will save you hours of development time.
📚 3 Powerful Laravel Routing Techniques You Should Be Using
This article dives into three powerful yet often overlooked routing techniques to help you structure your Laravel application efficiently.
📚 Laravel 12 A Beginner-Friendly Guide
In this guide, we will explore Laravel 12 in detail. Whether you are a beginner or an experienced developer, this article will help you understand the latest version and how it can benefit your development projects.
📚 In-depth guide on documenting API requests with Scramble
When documenting the endpoints of your API, you can mentally split the task into documenting the request part (authentication, request body, request parameters) and documenting the response part. In this guide, we’ll do a deep dive into request documentation.
📚 Catch Unintended HTTP Requests in Laravel Tests
Laravel’s preventStrayRequests method provides a safeguard for your test suite by catching and throwing exceptions when external HTTP requests aren’t properly faked.
📚 Resource Response Customization in Laravel APIs
Laravel’s withResponse method empowers developers to fine-tune API responses by modifying the HTTP response object before it reaches the client.
📚 Laravel 12 CRUD Application Example Tutorial
In this tutorial, I will show youLaravel 12 CRUD Application Example Tutorial operation with products table step by step.
📚 How to Use Cache in Laravel: A Comprehensive Guide to Boosting Performance and Scalability
In this guide, we’ll explore how to use caching in Laravel with a practical example using the ProductController.
📚 Eloquent Relationships in Laravel: A Comprehensive Guide
In this article, we’ll explore the different types of relationships Eloquent supports and how to implement them.
📚 Laravel 12 Svelte Starter Kit
The Svelte Starter Kit for Laravel was created by Osemudiamhen Ughu and provides a Svelte version of Laravel’s New Starter Kits.
Laravel Livewire released v3.6 this week with new HTML directives for showing and hiding DOM elements and JavaScript actions.
📚 Prevent JWT Attacks in Laravel with Secure Coding Practices
While JWT offers many advantages, improper implementation can lead to serious security vulnerabilities.
📚 7 Ways SQL Injections Destroy Your App
Ever wondered how a single line of code could expose your entire database? Let me walk you through one of the most common yet devastating security vulnerabilities in Laravel applications - and exactly how to shield yourself against it.
📚 The Art of Laravel Models - Get the Most of Them
With Laravel models, you can work with database records using simple and expressive PHP syntax. And the best part? They come with built-in features like relationships, accessors, mutators, and query scopes to make your life easier. Let’s break it down!
Symfony
📚 GDPR Made Easy: Automating Anonymization in Symfony
Do you have multiple Symfony applications and need to anonymize user data? Tired of handling anonymization manually? Why not create a custom bundle to automate the process? In this article, we’ll explore how to achieve this.
Symfony 7.2.4 has just been released. Here is the list of the most important changes since 7.2.3.
📚 A Week of Symfony #948 (24 February - 2 March 2025)
This week, Symfony 6.4.19 and 7.2.4 maintenance versions were released. In addition, the upcoming Symfony 7.3 version added a helper to render directory trees in the console. Lastly, we welcomed four new members to the Symfony Core Team.

