Table of Contents


#Laravel News

Precise Collection Filtering with Laravel's whereNotInStrict

Elevate your Laravel collection filtering with whereNotInStrict for type-sensitive exclusions that ensure both value and data type must match, deliver…
#Laravel Tutorials
By Harris Raftopoulos | Mar 24, 2025


Download Files Easily with Laravel's HTTP sink Method

Simplify file downloads in Laravel with the HTTP sink method that creates a direct pipeline from remote resources to local storage, efficiently handli…
#Laravel Tutorials
By Harris Raftopoulos | Mar 24, 2025


Customizing Laravel Optimization with –except

Enhance your Laravel deployment workflow with the –except flag for optimization commands, allowing selective exclusion of specific caching operations…
#Laravel Tutorials
By Harris Raftopoulos | Mar 24, 2025


Enhanced HTTP Client Debugging in Laravel

Streamline your HTTP debugging workflow in Laravel with the new dump and dd methods for the HTTP Client, offering quick inspection of responses and he…
#Laravel Tutorials
By Harris Raftopoulos | Mar 24, 2025


Handling Nested Attributes with Laravel's Fluent set Method

Simplify complex data handling in Laravel applications with the Fluent set() method, allowing for intuitive management of nested attributes using dot…
#Laravel Tutorials
By Harris Raftopoulos | Mar 24, 2025


Come for the Simplicity, Stay for the Extensibility: Identity with FusionAuth

FusionAuth is a downloadable Customer Identity and Access Management (CIAM) solution for developers and engineering teams to add authentication featur…
#Sponsor
By Benjamen Pyle | Mar 24, 2025


Configuring Middleware in Laravel

If you are maintaining Laravel 10 applications or earlier, learn how using middleware has changed from earlier versions to Laravel 12, the latest vers…
#Laravel Tutorials
By Paul Redmond | Mar 24, 2025


Aureus ERP

The powerful Open Source ERP platform built on Laravel to optimize and streamline your business operations.
#Laravel Packages
By Yannick Lyn Fatt | Mar 24, 2025


Solo Dumps for Laravel

The Solo Dumps package for Laravel is a console command that intercepts dump() calls from your Laravel application and displays them in a dedicated te…
#Laravel Packages
By Paul Redmond | Mar 26, 2025


Generate Documentation in Laravel with AI

Docudoodle is a PHP documentation generator package for Laravel that analyzes your codebase and creates documentation using your AI of choice. Docudoo…
#Laravel Packages
By Paul Redmond | Mar 26, 2025


Introducing Hypervel: A Coroutine Framework for Laravel Artisans

Hypervel is a high-performance PHP framework inspired by Laravel, offering native coroutine support for developers building high-concurrency and I/O-i…
#News
By Albert Chen | Mar 27, 2025


Generate Persistent Unique Values in Laravel

Laravel Unique Values is a package that generates persistent unique values with support for concurrency. It supports features like concurrency and gen…
#Laravel Packages
By Paul Redmond | Mar 27, 2025



#Laravel Blogs

Laravel Cloud achieves SOC 2 Type 1 Compliance

SOC 2 Type 1 compliance achieved with SOC 2 Type 2 coming soon for Laravel Cloud as well as Laravel Forge and Laravel Nightwatch.
#news
By André Valentin | Mar 26, 2025



#Ashallen Design UK

Formatting and Spelling Ordinal Numbers in PHP and Laravel

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Mar 28, 2025



#Freek Dev

🚀 Laravel CSP v3 has been released, now supports presets

We just tagged & released a new major version of spatie/laravel-csp, a package to manage your Laravel app's content security policy. The development goal for version 3 was to reduce the boilerplate of configuring a policy for common services like Google Tag Manager, Fathom Analytics, Adobe Fonts…
By | Mar 26, 2025


Real-Time Updates with Client-Side Visits in Inertia 2.0 – No Server Overload!

Learn how you can update an Inertia.js page in real-time using client-side visits—without overloading your server, even with many users online. Laravel Echo, Laravel Reverb, and a new Inertia v2 feature make it simple and efficient.
By Pascal Baljet | Mar 26, 2025


Naming things is suddenly easier

Naming things is good skill to have for any programmer.
By | Mar 27, 2025



#Medium

Hidden Threats in Your WordPress Site? Use These Malware Scan Techniques!

By WebFlex Pros | Mar 24, 2025


Building a Service-Based CRUD Application in Laravel

When it comes to building robust and maintainable web applications, Laravel has become the go-to framework for PHP developers. Its elegant…
By Shaikh Taslim Ahmed | Mar 24, 2025


Unveiling Design Patterns in Laravel: The Facade Pattern

Managing complexity is one of software development’s greatest challenges. As applications grow code can quickly become difficult to…
By Vagelis Bisbikis | Mar 24, 2025


Hack a WordPress Website with Me

Read how secure/insecure WordPress actually is as I struggle. (again)
By SpaceC | Mar 24, 2025


Implementing AI-Driven Caching Strategies in PHP Without Traditional TTL Expiration

The old-school approach to caching in PHP is… predictable.
By Asian Digital Hub | Mar 24, 2025


Fixing Laragon’s Apache Update

I was today’s old when I realize that laragon has switched from free to “no longer free”. Some features are now started to be limited. This…
By Gabriel Fermy | Mar 24, 2025


Laravel 12 CRUD Generator with Livewire

An updated Laravel CRUD Generator version of ibex/crud-generator Now, it generates CRUD in Livewire and Tailwind CSS with Flux in the blank…
By Awais | Mar 24, 2025


Laravel 12 CRUD Generator with Livewire

An updated Laravel CRUD Generator version of ibex/crud-generator Now, it generates CRUD in Livewire and Tailwind CSS with Flux in the blank…
By Awais | Mar 24, 2025


Optimizing Tenant-Specific Caching Strategies in PHP to Balance Memory Usage and Performance

Some apps run hot, others barely break a sweat. That’s the headache of multi-tenant PHP systems: every tenant behaves differently.
By Asian Digital Hub | Mar 24, 2025


OpenSSL SSL_connect: SSL_ERROR_SYSCALL

The error “OpenSSL SSL_connect: SSL_ERROR_SYSCALL” in cURL usually indicates an issue with SSL/TLS connection between your server and the…
By www.jyotishgher.in | Mar 24, 2025


Laravel ~ 12 ✧ Deploy your Laravel app on AWS Cloud

Welcome to,
By Chaman Sharma | ux4web | Mar 24, 2025


Ecotone Enterprise: Kafka, Distributed Bus, Dynamic Channels and more…

Ecotone provides now Enterprise set of features to enhance PHP applications with Kafka, Cross-Service communication, and Dynamic Channels.
By Dariusz Gafka | Mar 24, 2025


Hire Laravel Developer: Why It’s the Smart Choice for Your Web Development Needs

Since the business continues to embrace digital changes, it is important to be of high quality, safe and scalable web application. Whether…
By Ruby | Mar 24, 2025


Composer Linker: The npm link for PHP Developers

In modern PHP application development, particularly with the rise of microservices architecture and modular design principles, breaking…
By Takeshi Yu | Mar 24, 2025


Going Beyond Logs: Using Laravel’s Context for Intelligent Request Tracking

Debugging a Laravel application often feels like solving a mystery with missing clues. While logs provide key insights, they rarely connect…
By Umesh P | Mar 24, 2025


Feature Box — Showcase Key Features in an Engaging & Interactive Layout

In today’s digital landscape, first impressions matter. When showcasing product features, a cluttered or uninspiring design can turn…
By Alauddin Chowdhury | Mar 24, 2025


PHP Dependency Injection: Best Practices, Real Examples, and Symfony Implementation

What is Dependency Injection and how to use
By Roman Huliak | Mar 24, 2025


The Top 10 Artisan Commands That Will Change Your Laravel Life

Every Developer Must Know
By Mayur Koshti | Mar 24, 2025


Exploring Custom Laravel Development Services for Unique Business Requirements

In today’s fast-paced digital landscape, businesses require robust, scalable, and customized solutions to meet their unique requirements…
By Surekha Technologies | Mar 24, 2025


Integrating Laravel Socialite with Google APIs

Seamlessly connect your Laravel application to Google services with OAuth 2.0
By Andi S | Mar 24, 2025


Unlocking the Power of Community Starter Kits in Laravel

Starting a new Laravel project just got even better! While Laravel’s official Starter Kits are fantastic for kickstarting your projects…
By Umesh P | Mar 24, 2025


Upgrading PHP in a Laravel Project Using Rector, PHP CS Fixer, and PHPStan

Upgrading PHP in a Laravel project requires careful planning to ensure compatibility, maintain clean code, and enforce modern coding…
By Padam Ghimire | Mar 24, 2025


WordPress: The Ultimate Platform for Website Creation and Management

Website Creation
By Mustanir | Mar 24, 2025


Goodbye reCAPTCHA, hello Turnstile

Let’s switch to a better, free alternative with a fair price
By Italo Baeza Cabrera | Mar 24, 2025


CMS Market Share and the Future of the CMS Market

Content Management Systems (CMS) have revolutionized the way websites are built and managed
By Vekrro | Mar 24, 2025


Convert Non-Decimal String Values with Laravel’s Enhanced toInteger() Method

Working with hexadecimal, octal, or binary string values in Laravel? The Stringable toInteger() method now accepts a base parameter…
By Harris Raftopoulos | Mar 24, 2025


Improve Your WordPress Page Speed With Compression And Better Image Formats

Configuring a WordPress blog for speed is easy in theory, but sometimes doesn’t work. Here is a guide to fix some issues for you.
By xeladu | Mar 24, 2025


Embracing PHP 8.4’s Asymmetric Visibility: A Game Changer for Clean Code

PHP continues to evolve with exciting new features, and PHP 8.4’s asymmetric visibility might be one of the most impactful additions for…
By Backend Developer | Mar 24, 2025


Stop Designing Slow: WordPress + Design Tools That 10x Your Productivity 🚀

Top WordPress Tools for Designers
By Mayur Koshti | Mar 24, 2025


Stop Designing Slow: WordPress + Design Tools That 10x Your Productivity 🚀

Top WordPress Tools for Designers
By Mayur Koshti | Mar 24, 2025


Security mistakes to avoid in laravel applications

Laravel is a PHP framework that offers robust features and elegant syntax,but its ease of use can lead developers to security mistakes.This…
By Kawtar mancouri | Mar 24, 2025


Laravel 12 first glance

I have an idea this morning! Why don’t I make my own app?! Why do I have to built apps for others and not able to show it? Ahhhh.. seems…
By Gabriel Fermy | Mar 24, 2025


MariaDB Performance Tuning
Guide

A Comprehensive Guide to MariaDB Performance Tuning
By Roman Agabekov | Mar 25, 2025


Beyond Blogging: Mastering Pure PHP Integration in WordPress — A Must-Read Mini Series for…

Are you a WordPress developer tired of the limitations of off-the-shelf plugins and themes? Do you want to unlock the true potential of…
By Toni Maxx | Mar 25, 2025


Beyond Blogging: Mastering Pure PHP Integration in WordPress — A Must-Read Mini Series for…

Are you a WordPress developer tired of the limitations of off-the-shelf plugins and themes? Do you want to unlock the true potential of…
By Toni Maxx | Mar 25, 2025


Advanced Use of Elasticsearch in Your Dockerized Symfony Project

Elasticsearch is a must have to aggregate lots of log files but also to store indexes of datas enabling an optimized search on them
By laurentmn | Mar 25, 2025


Managing Permissions in Laravel with Spatie

Introduction
By Ziad adel gomaa | Mar 25, 2025


Photo Gallery Pro: The Best Plugin for Showcasing Stunning Visuals

In today’s digital world, visual content plays a crucial role in engaging audiences. Whether you are a photographer, an artist, or a…
By Webcart | Mar 25, 2025


BEST DIGITAL MARKETING TRAINING INSTITUTE IN AMEERPET HYDERABAD.

Digital marketing is the use of online platforms and tools to promote products, services, or brands to a specific audience. It includes…
By Onclickdigitalmarketing | Mar 25, 2025


Boost Your Online Presence with the Best WordPress Development Company in India

In today’s digital landscape, having a powerful and well-optimized website is crucial for businesses to thrive. Whether you need a custom…
By WEAMSE | Mar 25, 2025


Laravel 12: What’s New ??

In-depth look into Laravel 12: Build Scalable and Efficient Applications
By Rahul Sharma | Mar 25, 2025


How To Create Custom Facade Class In Laravel And Use It?

Laravel provides a powerful Facade system that allows software engineers to access application services in a static-like manner. While…
By Sandeeppant | Mar 25, 2025


Using Distributed Ledger Technology to Ensure Data Consistency in PHP Microservices

There’s a reason your PHP microservices occasionally fall out of sync, and no, it’s not just your caching layer throwing a tantrum.
By Asian Digital Hub | Mar 25, 2025


Title: 8 Best AI WordPress Plugins to Know in 2025!

In the ever-evolving world of WordPress, the best AI plugins for WordPress have become essential tools for website owners, developers, and…
By Enstacked | Mar 25, 2025


Mastering Testing in Laravel with Pest PHP: A Comprehensive Guide

1. Introduction to Testing in Laravel
By Zulfikar Ditya | Mar 25, 2025


How to Structure a PHP Project: Best Practices and Real Examples

Learn how to structure modern PHP projects with best practices, real examples, testing, performance, and security tips.
By Roman Huliak | Mar 25, 2025


The Forbidden PHP Array Techniques Only Elite Developers Know 🚀

Mastering Hidden PHP Array Tricks
By Mayur Koshti | Mar 25, 2025


How to Add Videos to a WordPress Post or Page

Videos enhance engagement and improve user experience on WordPress websites. Whether you’re a blogger, entrepreneur, or business owner…
By Taha Mehmood | Mar 25, 2025


How to Use Docker for WordPress Development

Table of Contents
By Pratik Bhatt | Mar 25, 2025


Craftable PRO: Code Generator Behind the Scenes

A deep dive into how Craftable PRO streamlines Laravel admin panel development through intelligent code generation
By Kristina Odziomkova | Mar 25, 2025


Fine-Tune Number Formatting with Laravel’s Enhanced Number::spell Method

Need to spell out only certain numbers in your Laravel application? The enhanced Number::spell method now accepts ‘until’ and ‘after’…
By Harris Raftopoulos | Mar 25, 2025


Deploying Laravel Applications on Laravel Cloud With MongoDB Atlas

This article was written by Aasawari Sahasrabuddhe.
By MongoDB | Mar 25, 2025


Advanced Multi-Tenancy Solutions

Introduction
By Hareesh Ponnam | Mar 25, 2025


Laravel 12: Everything You Need to Know About Collection Filtering

Looking for cleaner, more precise Laravel collection filtering?
By Andi S | Mar 25, 2025


Advanced Use of Solr in Your Symfony Project with Detailed Real-World Use Cases

Solr is a complete solution for fast searching, with an optimized engine embedding advanced caching mecanisms and efficient index storage
By laurentmn | Mar 25, 2025


Unlocking Superior Speed: Laravel 12 Performance Upgrades

Enhanced Query Builder Optimizations
By Sadique Ali | Mar 25, 2025


PHP Dies Every Year …

PHP is dead.
By Ferid Brković | Mar 26, 2025


Understanding Asymmetric Property Visibility in PHP 8.4

In PHP 8.4, you can now define different visibility levels for reading and writing a property within a class.
By Richard | Mar 26, 2025


Writing Clean, Flexible Query Filters in Laravel: Why I Built the QueryFilter Package

As a Laravel developer, I’ve always appreciated the elegance of Eloquent. But when it came to filtering complex queries especially when the…
By Sami Maxhuni | Mar 26, 2025


Understanding the Crucial Difference: &&/|| vs. and/or in PHP

As a PHP developer, we often face various choices of logical operators to combine conditions. Two sets of operators that often cause…
By Qisthi Ramadhani | Mar 26, 2025


How to Hire Offshore PHP Developers: Key Benefits and Best Countries

Is your business in need of PHP development? Discover the benefits of hiring an offshore PHP developer and the best countries to find them.
By Near | Mar 26, 2025


Trait Hacking: Customizing Package Libraries with PHP Traits and Classes

Working with third-party packages in PHP can often be a seamless experience. However, there are times when a package is nearly perfect but…
By Elminson De Oleo Baez | Mar 26, 2025


How WordPress Website Development Boosts SEO and User Engagement

A well-developed website is the foundation of a successful online presence. If you want to improve your SEO rankings and enhance user…
By Digital4design | Mar 26, 2025


How Hackers Abuse XML-RPC to Launch Bruteforce and DDoS Attacks

From Recon to full Exploitation: The XML-RPC Attack Path
By coffinxp | Mar 26, 2025


Essential WordPress Plugins to Boost Your Website’s Performance

In today’s digital landscape, having a fast, secure, and user-friendly website is crucial for success. Whether you run a small business or…
By Virtual Qube Technologies | Mar 26, 2025


Laravel 12 & Bootstrap 5: Auth Scaffolding Tutorial with Laravel UI Package

Laravel 12 makes authentication setup easy with the Laravel UI package. If you’re using Bootstrap 5 for styling, you can quickly scaffold…
By Raviya Technical | Mar 26, 2025


Laravel Fortify RegisterViewResponse: Fixing the “Not Instantiable” Error

By Phoebe Theresa Peters | Mar 26, 2025


Laravel Post CRUD: Traditional Blade vs. Livewire with Flux UI

Laravel is a robust PHP framework that provides multiple ways to build CRUD (Create, Read, Update, Delete) applications. Traditionally…
By santosh adhikari | Mar 26, 2025


Laravel 12 Broadcasting + Livewire

1.1- Configure Laravel Broadcasting by yourself
By Mohammadali Akbari | Mar 26, 2025


Freelance vs. Agency — Which is the Best Way to Hire WordPress Developers in India? (Part 2)

Deciding to hire WordPress developers in India is a fantastic step toward building or enhancing your website. India is a goldmine of tech…
By Paul Ben Smith | Mar 26, 2025


Create Free Elementor Forms with Cool FormKit Lite

Forms are essential for collecting leads and customer inquiries, but Elementor’s free version doesn’t include a form builder. That’s where…
By Raha Jane | Mar 26, 2025


Laravel: Testing a Pipeline, one pipe at a time

Not a novel tactic but not obvious either
By Italo Baeza Cabrera | Mar 26, 2025


10 Best AI & Pro Web Design Tools for 2025

Designing a standout website in 2025 requires more than just aesthetics — it’s about effortless navigation, speed, interactivity, and…
By Web Designer Depot | Mar 26, 2025


How to Build a Custom WordPress Plugin: A Step-by-Step Guide

WordPress powers a significant portion of the internet, and while thousands of plugins are available to extend functionality, sometimes a…
By Virtual Oplossing Pvt. Ltd | Mar 26, 2025


Laravel Chunk() and Cursor()

PROBLEM:
By Namobilegame | Mar 26, 2025


Affordable WordPress Hosting: Your Gateway to a Budget-Friendly Website

Hey there, dreamer! Ever had a brilliant idea for a blog or a small business website, only to hit a wall when you saw the hosting prices…
By Divya | Mar 27, 2025


Is Your Website Slow? Clearing Cache Might Be the Secret Fix!

Is Your Site Slow? Clearing Cache Might Be the Ultimate Fix!
By WebFlex Pros | Mar 27, 2025


Optimizing Real-Time Communication in Symfony: Advanced Mercure Integration Strategies

Use Mercure in symfony to enhance your project for real-time web applications without the complexity of web sockets.
By laurentmn | Mar 27, 2025


5 Essential Best Practices for Laravel Developers (Laravel 10 and Beyond)

Hello World!
By Idada Osaigbovo James | Mar 27, 2025


In Love With PHP & Laravel: A Tale of Rebellion, Redemption, and a 30-Year Legacy

Like any self-respecting university, my alma mater decided that the best way to introduce us to the world of programming was through C.
By Ivan Sempijja | Mar 27, 2025


Laravel Cookie Consent and Google Analytics / GTM

Seamlessly integrate cookie consent management with Laravel and Google Tag Manager — enhance compliance without third-party costs!
By Edwin Savarimuthu | Mar 27, 2025


Extending Blade Directives in Laravel: Unlocking the Full Potential of Templating

Blade is one of Laravel’s most powerful features, offering a clean and efficient way to build dynamic views. While Blade provides a rich…
By Jamil Neto | Mar 27, 2025


🚫 Why I Hate Sanctum for High-Traffic Applications and How I Overcame It 🚀| Scaling – SWE Blogs

🎮 The Pain of Using Sanctum in a High-Traffic Gaming Platform Profile System
By Shaon Majumder | Mar 27, 2025


Using Immutable Types in PHP

Discover why and how to use immutable types in PHP to write safer, more predictable, and easier-to-maintain code.
By Roman Huliak | Mar 27, 2025


How WordPress works

Today feels brighter—there’s a fresh scent of grass in the air, and everything seems cheerier, sunnier, more alive. I’m hoping the warmth…
By Marebele Stolner | Mar 27, 2025


Why I dropped the framework for my latest project (And loved It)

A seasoned developer’s perspective on when modern PHP frameworks are overkill — and why native PHP still deserves a place in your toolbox.
By Roman Huliak | Mar 27, 2025


Essential WordPress Plugins for Every Website

WordPress powers over 40% of all websites, making it one of the most popular content management systems (CMS) available. One of the biggest…
By WPPlugin Experts | Mar 27, 2025


Deep dive into the Zend Memory Manager : Understanding PHP’s Internal Memory Management

Memory management is a fundamental aspect of any high-performance programming language. In the case of PHP, this responsibility falls to…
By Nicolas Perussel (aka @mamoot) | Mar 27, 2025


Using service facades in a Symfony application — part 1

Symfony developers do not like facades!
By Thierry Feuzeu | Mar 27, 2025


Implementing Dependency Graph Analysis in PHP to Predict Breaking Changes Before They Happen

Your app broke again — right after that seemingly innocent composer update.
By Asian Digital Hub | Mar 27, 2025


Dynamic Database Switching in Laravel: A Deep Dive into Runtime Configuration

Learn how to programmatically switch database connections and manage multiple environments without touching your .env file
By Aashutosh | Mar 27, 2025


[SOLVED] How to check if a daemon service is running via Cron job or script?

By Ted James | Mar 27, 2025


Using service facades in a Symfony application — part 2

In the first part of this article, I have discussed what service facades are and what they are not, and came to the conclusion that…
By Thierry Feuzeu | Mar 27, 2025


14 Best WordPress Event Booking Plugins For Simplified Registration

Planning and managing events on your WordPress site can be a challenging task, but the right event booking plugin can make the process…
By Hanee Raza | Mar 27, 2025


Best Practices for Laravel 10: Elevate Your Development Game

Laravel has long been a favorite among developers for its elegant syntax and robust features. With the release of Laravel 10, the framework…
By Ghadabenkhalifa | Mar 27, 2025


Why WordPress Pricing Varies and What to Expect

WordPress is a popular platform, but pricing varies depending on different factors. Some users opt for a simple setup, while others need…
By Sam Jacob | Mar 27, 2025


RCE Via File upload And How To Fix It

What is a File Upload Vulnerability?
By everythingBlackkk | Mar 27, 2025


Why WordPress Plugins are Vital for Your Site’s Success

WordPress is one of the most powerful and flexible content management systems (CMS) available today, and it’s used by millions of websites…
By Aiswarya | Mar 27, 2025


Using Generative AI to Build a WordPress Plugin From Scratch: The XOV XCG Currency Plugin

The goal of this project was simple yet forward-thinking: to use Generative AI to create a fully functional WordPress plugin, including…
By Darrell Rosalia | Mar 27, 2025


How to Easily Switch PHP Versions Using a Simple Command in Ubuntu

If you’re a developer working with multiple PHP projects, you might need to switch between different PHP versions frequently. Manually…
By Premodsuraweera | Mar 27, 2025


Filament Fluent — Workflow Automation

Filament Fluent is a powerful and intuitive workflow management plugin for Laravel Filament, designed to simplify the creation and…
By EL OUFIR Hatim | Mar 27, 2025


How to Create API Versioning in Laravel 11

Hello, laravel web developers! In this article, we’ll see how to create API versioning in laravel 11.
By Techsolutionstuff | Mar 27, 2025


A call from a dev-recruiter

Yesterday morning, I got a phone call from a recruiter. As the conversation progressed, I realized that he was actually a developer with a…
By Gerardo Ruiz | Mar 27, 2025


Create and Register Middleware in Laravel 11

Middleware in Laravel acts as a bridge between a request and a response. It is used for filtering HTTP requests entering your application…
By Muhammad Umair | Mar 27, 2025


Mastering FrankenPHP in Symfony: Advanced Integration, Performance Boosts, and Real-World…

FrankenPHP makes real-time communication easy, integrating WebSockets and Server-Sent Events (SSE) and supporting HTTP/2 & 3 out of the box
By laurentmn | Mar 27, 2025


Laravel 12 Middleware

Where did my auth middleware go?
By Andi S | Mar 27, 2025


Mastering Gates and Policies in Laravel: A Beginner’s Guide

Ensuring your Laravel application is secure is essential to protecting user data and maintaining smooth functionality. Whether you’re…
By Maitrik Thakkar | Mar 27, 2025


Best Free Divi Layouts for Stunning Website Designs

The Divi theme by Elegant Themes is one of the most popular WordPress themes, known for its flexibility, ease of use, and extensive design…
By Divihat | Mar 28, 2025


Laravel Logger — Advanced Logging for Laravel Applications

Introduction
By Ivan Kachula | Mar 28, 2025


Laravel 12 API Authentication — OAuth2 Social Grant with Passport and Socialite

Many modern applications now use social networks (like Google, Facebook, or GitHub) to verify users. Instead of requiring users to create…
By Hamza Sehouli | Mar 28, 2025


Laravel Chunk Upload: Handle Large File Uploads Efficiently

Instead of uploading large files in one go (which can fail due to timeouts or network issues), the file is split into smaller chunks that…
By TechAI | Mar 28, 2025


WC Messaging Pro vs. DelightChat: The Best & Only Standalone WhatsApp Plugin for WooCommerce

If you’re searching for the best WhatsApp Business API solution for WooCommerce, you might be comparing WC Messaging Pro and DelightChat…
By Abhijith Saji | Mar 28, 2025


Database Design Patterns: When to Use MySQL vs. PostgreSQL in Your Next Laravel Project

When building a Laravel application, choosing the right database can significantly impact performance, scalability, and maintainability…
By Kishan Rank | Mar 28, 2025


Building Real-Time Rollback Strategies in PHP That Undo Production Errors Instantly

When code breaks in production, panic isn’t optional — it’s guaranteed.
By Asian Digital Hub | Mar 28, 2025


404: Peace Not Found

In the vast digital megaverse of CodeLandia, where syntax shapes reality and frameworks rise and fall overnight, an uneasy peace had…
By Pritam Swarup Prakash | Mar 28, 2025


How to Fix the “Connection Timed Out” Error in WordPress

Table of Contents
By Rajan Vavadia | Mar 28, 2025


Boost Your Golang Development Efficiency with These Tools

Recently, I’ve been rewriting a message queue service in Golang, and once again, I’m amazed by its concurrency model. Whether you’re…
By Matty | Mar 28, 2025


AI Agents Memory And Context Window In PHP

In the rapidly evolving landscape of artificial intelligence, PHP developers find themselves at an interesting crossroads. While Python and…
By Valerio Barbera | Mar 28, 2025


Leading PHP Web Development Services to Elevate Your Online Presence

Any business must have a strong and well-optimized website in the modern digital environment. PHP remains one of the most commonly utilized…
By Triitans Solitaire | Mar 28, 2025


Smarter application logging: Log everything that matters, nothing that doesn’t

A complete guide to logging in PHP (and beyond) — what to log, what not to, how, where, and why. Everything you need, in one place.
By Roman Huliak | Mar 28, 2025


🚀 Simplify Your Email Marketing with LaravelMail.com

In today’s digital landscape, every business relies heavily on email marketing — whether it’s for newsletters, product updates, onboarding…
By Laravel Agency | Mar 28, 2025


Muhammad Rashid — Digital Marketing Strategist

SEO Expert | WordPress Developer | NationBuilder Developer
By Muhammad Rashid | Mar 28, 2025


Dear Freelancers

Let’s Build Something Bigger!
By Abdul Rahman | Mar 29, 2025


How to Build a Multi-Vendor Marketplace with WooCommerce and Dokan

Creating a multi-vendor marketplace with WooCommerce can be a game-changer for your eCommerce business. With the right tools, you can allow…
By Enayetur Rahman | Mar 29, 2025


High Availability in PHP OCI8 with Oracle Database Application Continuity

This is a demonstration of how Oracle Database’s Application Continuity feature helps PHP OCI8 applications continue running smoothly…
By Christopher Jones | Mar 29, 2025


No-Code Vs Custom Build — 2025

Are you trying to decide how to build your next web application? Today’s entrepreneurs face a hard choice between using no-code platforms…
By EJ Boustany | Mar 29, 2025


Reversing a Singly Linked List in PHP

Efficiently Reversing a Singly Linked List in PHP: A Step-by-Step Guide with User Input Handling
By Taran | Mar 29, 2025


Building a Laravel CRUD Application: A Step-by-Step Guide for Beginners

Laravel is one of the most popular PHP frameworks due to its elegant syntax and powerful features. In this article, I’ll walk you through…
By UshanTharuka | Mar 29, 2025


How to Integrate PHP with Cloud-Native AI Tools for Real-Time Decision Making

Things move fast in the tech world. And if you’re still treating your PHP app like it lives in 2010, well — you’re gonna have a bad time.
By Asian Digital Hub | Mar 29, 2025


Fixing OWASP API1:2023 — Broken Object Level Authorization in Symfony 7

What a Simple Mistake Can Lead To
By Tihomir Manushev | Mar 29, 2025


Why Isn’t Technology the Most Important Factor When Creating a website?

In the digital age, businesses and individuals often focus on the latest and most advanced technologies when creating websites. Although…
By Shriji Solutions | Mar 29, 2025


Middleware in Laravel 12: A Step-by-Step Guide

Starting in Laravel 11, the configuration of the middleware changed from using the HTTP Kernel to the application’s bootstrap file. Though…
By Sandeeppant | Mar 29, 2025


Part 1 — Optimize Laravel: 10x faster and N+1 problem

10x faster when Seeding
By Ducanh03 | Mar 29, 2025


Create WordPress Themes and earn Money — Full 2024 Guide!

WordPress themes are design templates for WordPress blogs — there’s a big market for them where you can earn a lot of money!
By Daniel | Mar 29, 2025


Custom Joomla Solutions: What to Look for in Delhi’s Leading Development Company

Joomla is a popular content management system (CMS) that helps businesses create websites with flexibility and ease. If you are looking for…
By Acnosoft | Mar 29, 2025


Ubuntu 24 web server-Nginx, PHP 8.3 Fpm

How to install and config Ubuntu 24 as web server with based on Ngixn and PHP 8.3 Fpm.
By Catalinmanea | Mar 29, 2025


Elementor Ally: The Free Web Accessibility Plugin to Improve Your Website UX

Make Your Website More Accessible with Elementor Ally
By Akaeid Hasan | Mar 29, 2025


Symfony + Keycloak: Secure APIs with OAuth2, OpenID Connect & JWT

Keycloak is an enhanced authentication system Single Sign-On (SSO), multi-tenancy, role-based access control (RBAC), and federations.
By laurentmn | Mar 29, 2025


How to Add Custom Code to WordPress Without Breaking Your Site

Adding custom code to your WordPress site can enhance its functionality, improve performance, and tailor it to your specific needs…
By Sohanur Rahman | Mar 29, 2025


How to Create a Multi-Step Form in WordPress Without a Plugin

Multi-step forms enhance user experience by breaking long forms into smaller, more manageable sections. While many plugins offer this…
By Sohanur Rahman | Mar 29, 2025


WordPress Node.js Alternative

I had a blog CMS setup as a personal project, I have an idea about storing vue ssr with node to spin up an e-commerce that can be setup…
By Gjergj Kadriu | Mar 30, 2025


Drupal 101 — Install Drupal on Windows and troubleshooting

How to develop in Drupal 11 (Part 1)
By Kami Lam | Mar 30, 2025


Implementing JWT Authentication in Laravel 12

Introduction
By taha jaiti | Mar 30, 2025


Running Laravel on Serverless Platforms with Cold-Start Optimization Tips

When you hit deploy and your Laravel app vanishes into the cloud abyss, it feels like magic.
By Asian Digital Hub | Mar 30, 2025


Demo your CodeIgniter 3 Project in Vercel

Say you got CodeIgniter 3 projects from your university days, and you want to deploy it online for free so you can put it on your Github…
By Muhammad Rizqi Nur | Mar 30, 2025


Reversing a Doubly Linked List in PHP: A Step-by-Step Guide

Learn how to reverse a doubly linked list efficiently using PHP with in-place reversal and minimal memory usage.
By Taran | Mar 30, 2025


Implementing and Understanding Linked List Insertion in PHP

A Step-by-Step Guide to Inserting Nodes in a Singly Linked List Using PHP
By Taran | Mar 30, 2025


Avoid overusing Reflection in PHP

This one PHP feature can ruin your codebase (and most devs still use It wrong)
By Roman Huliak | Mar 30, 2025


Laravel 12 Import & Export Excel and CSV File Example With Validation Using maatwebsite/excel…

Laravel 12 provides a seamless way to import and export Excel and CSV files using the maatwebsite/excel package. This powerful package…
By Raviya Technical | Mar 30, 2025


Drupal 101 — Install Drush on Windows and troubleshooti

How to develop in Drupal 11 (Part 1.1)
By Kami Lam | Mar 30, 2025


PHP OOP — Access Modifiers

Properties and methods can have access modifiers which control where they can be accessed.
By Ducanh03 | Mar 30, 2025


FilamentPHP Event App [3]: Testing

In this article, I want to see how hard/easy it is to have tests for the FilamentPHP panel.
By Haryo | Mar 30, 2025


Laravel 12 How to Upload Files to Amazon S3 And Local Server

Install Laravel 12 & Follow this Link
By Raviya Technical | Mar 30, 2025


PHP in 2025: Conventions, Frameworks, and Core Concepts

PHP, or Hypertext Preprocessor, remains a cornerstone of web development in 2025, powering dynamic websites and applications with its…
By mr.pGlemec | Mar 30, 2025



#Made with Laravel

Fortress – Enhance Attribute-based Authorization

"Fortress is a powerful Laravel package designed to streamline attribute-based authorization. By leveraging the #[Authorize] attribute, it provides a declarative and clean approach to securing your Laravel application.
Whether managing roles, permissions, gates, or ownership rules, Fortress ensures security is flexible, robust, and easy to implement."

Attribute-Based Authorization: Use #[Authorize] attributes for roles, permissions, gates, and ownership checks.
Simplifies Middleware Logic: Declarative syntax removes clutter from middleware, keeping it clean and readable.
Ownership Validation: Validate ownership with configurable keys and default behaviors.
Customizable Configuration: Flexible configuration for roles, permissions, gates, and ownership rules.
#Utility
By | Mar 25, 2025


Artisan Benchmark – Benchmark your Artisan Commands

"This package lets you benchmark your artisan commands, showing you detailed infos about execution time, memory usage, SQL query count and affected rows."
#DevTools
By | Mar 25, 2025


TallCraftUI – Blade UI Component Library

"TallCraftUI is a Laravel Blade UI component library built on the TALL stack, providing pre-built, customizable components that seamlessly integrate with Livewire to create modern, responsive applications with minimal effort."
#UI Components
By | Mar 27, 2025



#Mastering Laravel

When to bring in outside help

And how to get the most out of it
By Joel Clermont | Mar 24, 2025


Using Eloquent's when method cleans up code

Using this method for conditional queries removes the need for extra lines of code
By Joel Clermont | Mar 25, 2025


Naming things is suddenly easier

The hardest part is naming things, right? Well… it doesn't have to be
By Joel Clermont | Mar 26, 2025


Quick PHP REPL

Laravel Tinker isn't the only game in town. It builds on some of these tools, actually.
By Joel Clermont | Mar 27, 2025


Why PhpStorm Local History is useful even if you use Git

It has saved me more than once
By Joel Clermont | Mar 28, 2025



#Dev.to

Using Cloudflare AI Models with PHP

#cloudflare #ai #php #llm
By Edgaras | Mar 24, 2025


🚀 How Laravel is Revolutionizing Backend Development in 2025

#laravel #php #webdev #programming
By DCT Technology | Mar 24, 2025


🚀 How Laravel is Revolutionizing Backend Development in 2025

#laravel #php #webdev #programming
By DCT Technology Pvt. Ltd. | Mar 24, 2025


Dispatching jobs via commands in Laravel

#laravel #webdev #programming #beginners
By Ankit Verma | Mar 24, 2025


Top 50 PHP Interview Questions

#php #interview #discuss #career
By Engineer Robin 🎭 | Mar 24, 2025


How to Monitor Metrics in Laravel Using Prometheus and Grafana

#webdev #laravel #php #prometheus
By George Iheanyi | Mar 24, 2025


Composer Linker: The npm link for PHP Developers

#php #webdev #composer
By Takeshi Yu | Mar 24, 2025


A Free AI to your VScode or IDE

#webdev #ai #javascript #php
By Jhonatan Morais | Mar 24, 2025


PHP 8.5 features

#php
By david duymelinck | Mar 24, 2025


AI Agents in PHP with MCP (Model Context Protocol)

#php #ai #webdev #laravel
By Valerio | Mar 24, 2025


How to Build a REST API with Laravel (Beginner Guide — Part 3): Using Api Platform

#softwareengineering #apidevelopment #php #apiplatform
By saad mouizina | Mar 24, 2025


5 Laravel Packages to Save Hours of Development Time

#laravel #development
By John Yu | Mar 24, 2025


3169. Count Days Without Meetings

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 24, 2025


Stellify – Project Overview and Discussion

#webdev #laravel #ai #javascript
By Matthew Anderson | Mar 25, 2025


Converting Real-Time Forex Data to OHLC Bars Using PHP

#php #websockets #ohlcdata #realtimedata
By Shridhar G Vatharkar | Mar 25, 2025


Statistics for Strava, a self-hosted service for better stats

#webdev #statistics #php #symfony
By Robin Ingelbrecht | Mar 25, 2025


How to start using gRPC with PHP – Part 3/4

#grpc #distributedsystems #php #microservices
By Jhonatan Morais | Mar 25, 2025


Minha arquitetura API no Laravel

#laravel #architecture #php #programming
By Jhonatan Henkel | Mar 25, 2025


Difference Between REST API and Normal API

#node #laravel #express #php
By aryan015 | Mar 25, 2025


validate() params in laravel 10?

#laravel
By aryan joshi | Mar 25, 2025


3394. Check if Grid can be Cut into Sections

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 25, 2025


Building a Multi-Step Form with Laravel, Livewire, and MongoDB

#php #mongodb #laravel #webdev
By MongoDB Guests | Mar 26, 2025


Handling Invisible characters with PHP

#php #laravel
By Yasser Elgammal | Mar 26, 2025


Security Redefined: Introducing DaggerX V3.0.0 for Unbreakable PHP Protection

#webdev #encryption #php #opensource
By Dagger X | Mar 26, 2025


Why is PHP Ideal for Developing an Event Management Platform?

#php #eventmanagementplatform #phpeventplatform #eventsysteminphp
By Dilshad Durani | Mar 26, 2025


Test Unitaire Laravel

#testing #laravel
By Driss Nafi3 | Mar 26, 2025


honeypot 🐝

#testing #laravel
By Driss Nafi3 | Mar 26, 2025


Test Unitaire Laravel

#testing #laravel
By Driss Nafi3 | Mar 26, 2025


Setting Up Neovim for Automad Theme Development

#neovim #php #opensource #productivity
By Marc Anton Dahmen | Mar 26, 2025


Running Laravel 12 on WSL2 with PHP 8.2

#laravel #php #linux #microsoft
By Jonatan Jansson | Mar 26, 2025


2033. Minimum Operations to Make a Uni-Value Grid

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 26, 2025


How to Install Drupal on MongoDB Atlas

#drupal #mongodb #php #aws
By MongoDB Guests | Mar 26, 2025


Lynx in CPanel🦄

#webdev #programming #news #php
By Signor_P | Mar 27, 2025


Using RabbitMQ with Queues in Laravel

#php #laravel #queue #programming
By Aleson França | Mar 27, 2025


Getters and Setters in Objects

#php #laravel #oop
By Alexandr | Mar 27, 2025


Why Learn PHP?

#webdev #php #tutorial #opensource
By Trần Viết Chính | Mar 27, 2025


Simplify Your PHP Database Connections with This Static Class

#programming #webdev #php #mysql
By Andrew Quaye | Mar 27, 2025


Managing Mailboxes in Laravel Using ImapEngine

#laravel #php #webdev #mail
By Ivan Mykhavko | Mar 27, 2025


An easy to use gRPC PHP client

#grpc #microservices #distributedsystems #php
By Jhonatan Morais | Mar 27, 2025


Storyblok unveils new PHP packages in collaboration with SensioLabs

#php #symfony #webdev #programming
By Edoardo Dusi | Mar 27, 2025


Exploiting CLRF in PHP cURL to retrieve Azure Access Tokens

#crlf #ssrf #azure #php
By Blue Byte | Mar 27, 2025


2780. Minimum Index of a Valid Split

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 27, 2025


Efficiently handle large datasets, huge files and data streams with PHP generators

#php #generators #tutorial #programming
By Roberto B. | Mar 28, 2025


Using TF-IDF Vectors With PHP & PostgreSQL

#php #postgres #postgressql
By Lawrence Cooke | Mar 28, 2025


php project question

#php #softwaredevelopment
By Lamesa Edosa | Mar 28, 2025


AI Agents Memory And Context Window In PHP

#php #webdev #ai #opensource
By Valerio | Mar 28, 2025


Building AI-Powered Applications in Laravel with Neuron AI

#laravel #neuron #ai #programming
By Engineer Robin 🎭 | Mar 28, 2025


Getting Started with WP-CLI: A Powerful Tool for WordPress Developers

#wordpress #cli #php
By Muhammad Medhat | Mar 28, 2025


Scheduling Tasks with Cronjobs in Laravel

#programming #laravel #php
By Aleson França | Mar 28, 2025


Top 10 PHP Development Companies in Dubai in 2025

#laraveldevelopment #phpdevelopment #php
By AzharIcreativez | Mar 28, 2025


2503. Maximum Number of Points From Grid Queries

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 28, 2025


Lynx Prototype Website Released…🐾

#webdev #news #php #learning
By Signor_P | Mar 29, 2025


Building my first AI agent with NeuronAI and Ollama

#ai #php #tutorial #llm
By Roberto B. | Mar 29, 2025


2818. Apply Operations to Maximize Score

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 29, 2025


PHP Design Patterns: Remote Facade

#php #designpatterns
By Antonio Silva | Mar 30, 2025


763. Partition Labels

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Mar 30, 2025


Improving Eloquent for real: test setup

#php #laravel
By david duymelinck | Mar 30, 2025


[New] in which language would you create a CRM web-app for a small office?

#discuss #php #nginx #webdev
By Michelle | Mar 30, 2025


🚀 Protect Your Laravel API: How I Mastered Rate Limiting in a Real Project

#laravel #ratelimiting #php #webdev
By Abdullo Akramov | Mar 30, 2025



#Amit Merchant

Debug API Responses Faster with Laravel's New ddBody() Method

Debugging API responses in Laravel tests just got easier with the new ddBody() method. This convenient addition helps you quickly inspect response content without disrupting your testing workflow.When writing feature tests for APIs, you often need to examine response content to understand why a test is failing. Previously, you
By Harris Raftopoulos | Mar 27, 2025


Access Specific Records from HasManyThrough with Laravel's CanBeOneOfMany Support

Working with HasManyThrough relationships in Laravel but only need a specific record? The new CanBeOneOfMany support lets you easily access the latest, oldest, or custom-filtered model with clean, expressive syntax.Laravel's Eloquent ORM already provided powerful ways to work with complex relationships. Now, with the addition of CanBeOneOfMany
By Harris Raftopoulos | Mar 28, 2025


Simplify Counter Tracking with Laravel's New Context Methods

Need to track counters or metrics across your Laravel application? The new increment and decrement methods for Context provide a simple, elegant solution for maintaining counters without complex state management.Laravel's Context system allows you to store and access data across different parts of your application. With the
By Harris Raftopoulos | Mar 29, 2025



#IT Solution Stuff

Laravel 12 JQuery UI Ajax Autocomplete Search

In this tutorial, I would like to share with you how to make input autocomplete using jQuery UI AJAX in Laravel 12 application.

In this example, we will download the fresh Laravel 12 app and run migr…..
#Laravel
By Hardik Savani | Mar 24, 2025


Laravel 12 Model Events Example Tutorial

In this post, I will show you an example of Laravel 12 model events. Laravel 12 provides us with retrieved, creating, created, updating, updated, saving, saved, deleting, deleted, trashed, forceDeleti…..
#Laravel
By Hardik Savani | Mar 24, 2025


Laravel 12 Create Custom Error Page Example

In this article, I will show you how to create a custom error page in a Laravel 12 application. We can redesign 404, 500, 503, 419, 401 error pages in Laravel 12.

By default, Laravel provides a very …..
#Laravel
By Hardik Savani | Mar 25, 2025


Laravel 12 Ajax CRUD Operation Tutorial

In this tutorial, I will show you step-by-step how to create a Laravel 12 Ajax CRUD Application with a popup modal and datatable.

In this example, we will create a "products" table with "name" and "d…..
#Laravel
By Hardik Savani | Mar 25, 2025


Laravel 12 Resize Image Before Upload Example

In this post, I will show you how to resize image before upload using intervention/image in laravel 12 application.

We will use the Intervention/Image Composer package to resize images in Laravel. We…..
#Laravel
By Hardik Savani | Mar 26, 2025


How to Get Current Full URL in Laravel 12?

In this short article, I will show you how to get current full url in laravel 12 application.

Laravel 12 provides several methods to get the current URL. We will use the URL facade, url() helper, Rou…..
#Laravel
By Hardik Savani | Mar 27, 2025


Laravel 12 Generate QR Code Example Tutorial

In this post, I will show you how to generate a QR code in a Laravel 12 application. We will generate and save the QR code for a link.

We will use the simplesoftwareio/simple-qrcode composer package …..
#Laravel
By Hardik Savani | Mar 28, 2025