Machine Learning in PHP: Build a News Classifier Using Rubix ML
Top 50 PHP Libraries You Haven’t Heard Of (But Should Be Using!); Configuring Xdebug with Docker Compose on Ubuntu
🛳️ Laravel Shipper
Create a new Laravel project with payments, subscriptions, authentication, landing page, FAQ, customer reviews, and more with a single command.
Get a 25% discount with the code 25WEEKLYPHP.
PHP
📚 Fixing Our OPcache Config Sped Up Our PHP Application By 3x
Managing OPcache correctly during our atomic deployments has: sped up our application by 3x, reduced CPU utilisation by 10x, saved hundreds of days of loading time for our users..
📚 Integrating PHP with Front-End Technologies: A Comprehensive Guide
This comprehensive guide will walk you through the various ways to integrate PHP with front-end technologies, highlighting best practices and tools that can enhance your web development projects.
📚 Machine Learning in PHP: Build a News Classifier Using Rubix ML
This project is perfect for beginners who want to dip their toes into machine learning using PHP, and you can follow along with the complete code on GitHub.
📚 Configuring Xdebug with Docker Compose on Ubuntu
This tutorial explains how to set up Xdebug with Docker-compose for local development on Ubuntu.
📚 Building Custom Collection class in PHP
A Collection class is an OOP-Replacement for the PHP array data structure, which provides a convenient wrapper for working with arrays of data.
📚 Top 50 PHP Libraries You Haven’t Heard Of (But Should Be Using!)
This article aims to introduce you to 50 unique PHP libraries that can transform the way you code.
📚 Efficient Mac Development Tools Unveiled: Productivity Secrets for Backend Engineers
In this article, I’ll share my experience accumulated over years of Mac development, introducing several Mac applications and plugins that I find particularly helpful for backend programmers.
📚 Why Your PHP Code Sucks Without These PHP 8 Features?
Let’s be real — if you’re still coding in PHP 7 (or older, gasp!), your code is probably holding on to its flaws like an old car with worn-out brakes.
📚 Securing WordPress Themes Against Backdoor Vulnerabilities
In this article, we’ll dive into the methods hackers use to create backdoors through vulnerable themes, the impact of these intrusions, and practical steps you can take to protect your WordPress site from backdoor attacks.
Laravel
📚 Laravel Under The Hood - A Little Bit of Macros
How often have you wished for a method that doesn’t exist on collections or string helpers? You start chaining methods, only to hit a wall when one of them turns out to be missing.
📚 Get The Most From Blade: Laravel’s Templating Engine
A templating engine is like a tool that helps you keep your content and layout separate. This makes your code cleaner and easier to manage. Instead of mixing HTML with your data, you create templates that define how your content should look, and the engine takes care of filling in the details.
📚 Essential Laravel Tips form and for Entry-Level Developers
Getting Started Right with Laravel.
📚 Free Component Libraries For Your Next Laravel Application (part one)
You have several stack options for your Laravel project. Here I’m gonna provide free component librarys to use for popular and special stacks.
📚 A Guide to Pagination in Laravel
In this article, we’re going to answer those very questions and explore how to use pagination in Laravel for both Blade views and API endpoints.
📚 Laravel 11 Display Image from Storage Folder Example
In this post, I will show you how to display image from storage app public folder in laravel 11 application.
📚 Cleaner Test Header Management with Laravel’s withoutHeaders
Need to remove multiple headers in your Laravel tests? The new withoutHeaders method lets you do it in one clean shot! Let’s explore this handy testing improvement.
This week, the Laravel team released v11.30, which includes defer testing helpers, the ability to define custom unique string IDs for Eloquent models, the use of backed Enums with AuthorizesRequests, and more.
📚 Laravel AI service with support for multiple LLMs
In this article I’ll show you my implementation of a Laravel AI component that powers the integration between Inspector and LLMs providers.
📚 What is Laravel Herd, and is it worth replacing Laragon for it?!
Almost all of us as backend Laravel or PHP developers use a server like Laragon or XAMPP, though most of us prefer Laragon for its flexibility, especially when switching PHP versions.
Symfony
📚 Creating focused domain applications. A Symfony approach (Part 1)
This is the first post of a series that i’ve decided to create in order to explain how I organize my symfony applications and how I try to write code as domain-oriented as possible.
📚 Supercharge Your Symfony App with Smart Device Detection: Meet EprofosUserAgentAnalyzerBundle
In an era where users switch between phones, tablets, and desktops seamlessly, detecting devices accurately can be a major headache.

