#Laravel News
Screen is a terminal renderer written in pure PHP
Screen is a terminal renderer written in pure PHP. It powers Solo for Laravel and can be used to build rich text-based user interfaces in any PHP appl…
#Laravel Packages
By Yannick Lyn Fatt | Apr 07, 2025
How to Get Hired and Hire Better with Dave Hicking
We sat down with Dave Hicking to talk about LaraJobs' new section of articles and videos to help you advance your career and improve your hiring proce…
#Interviews
By Eric L. Barnes | Apr 07, 2025
Eloquent Fill and Insert Method in Laravel 12.6
The Laravel team released v12.6.0, which includes an Eloquent fillAndInsert() method, a URI path segments helper, a Password appliedRules() method, an…
#News #Laravel Releases
By Paul Redmond | Apr 07, 2025
Laravel Unique
Laravel Unique provides a model trait to automatically append a value to model values that should be unique.
#Laravel Packages
By Yannick Lyn Fatt | Apr 07, 2025
Model Resource Helper Functions in Laravel 12.7
The Laravel team released v12.7.0 recently, which includes two excellent new features: resource helper functions for models and a whereAttachedTo() El…
#News #Laravel Releases
By Paul Redmond | Apr 07, 2025
Automatic Relation Loading in Laravel 12.8
The Laravel team released v12.8.0, which includes automatic eager relation loading, creating a Collection instance from a JSON string, and more.
#News #Laravel Releases
By Paul Redmond | Apr 08, 2025
Whisp is a PHP SSH Server
WhispPHP is a Pure PHP SSH server and the simplest way to build PHP SSH apps.
#Laravel Packages
By Yannick Lyn Fatt | Apr 08, 2025
NativePHP v1 is finally here!
We did it. We finally did it. NativePHP for desktop v1.0.0 is finally here!
#News
By Simon Hamp | Apr 09, 2025
Laravel Herd Raycast Extension
The BeyondCode team released a Laravel Herd extension for the popular Raycast productivity application. Quickly install new PHP versions, update your…
#News #Herd
By Paul Redmond | Apr 10, 2025
Larabelles, Conference Speaking, and more with Zuzana K
In this episode, Eric Barnes sits down with Zuzana to explore the power of community in tech and her journey building Larabelles
#Interviews
By Eric L. Barnes | Apr 10, 2025
PHP DevTools Console
A chrome extension to show PHP (Laravel) devtools console
#Laravel Packages
By Yannick Lyn Fatt | Apr 10, 2025
Laravel Test Assertions Package
The Laravel Test Assertions package is a set of helpful assertions for testing Laravel applications.
#Laravel Packages #Testing
By Paul Redmond | Apr 10, 2025
#Freek Dev
Implementing Multitenancy in Laravel
Here's the recording of the talk I did at this years Laracon India. In this talk, I show how we use our laravel-multitenancy package to make Mailcoach tenant aware. Enjoy!
By Freek Van der Herten | Apr 07, 2025
Stripe Is My DNS Provider Now: When Good APIs Meet Bad Ideas
Stripe metadata is great for config, entitlements, and… DNS? This experiment takes one good API feature and stretches it into the worst possible infrastructure layer.
By Paul Conroy | Apr 08, 2025
#Laravel io
Covariance and Contravariance in PHP
Introduction
"Covariance" and "contravariance" are two terms I didn't know exist…
By ash-jc-allen | Apr 09, 2025
LarAgent: An Open-source package to Build & Manage AI Agents in Laravel
Laravel has all the right ingredients to become a strong candidate for AI development. With its eleg…
#Laravel
By maestroerror | Apr 11, 2025
#Medium
How to Upload Large Files (500MB+) in Laravel Without Using Any Packages
Uploading large files in web applications can be challenging due to server limitations, timeouts, and memory constraints. In this article…
By Habibur Rahman | Apr 07, 2025
Tired of PHP Version Hell? ServBay Makes Multi-Version Management a Breeze
The Developer’s Version Nightmare😭
By Matty | Apr 07, 2025
🎯 Top WordPress SEO Plugins in 2025: RankMath vs. Yoast — Which One is Right for You?
In the ever-evolving world of digital marketing, having the right SEO plugin for your WordPress site is essential in 2025. RankMath and…
By Hamed Khodaverdi | Apr 07, 2025
🏗️ Implementing Multi-Tenant Architecture in Laravel the Right Way
Multi-tenant architecture is a powerful pattern used in SaaS (Software as a Service) applications where a single instance of your…
By Muhammad Azeem (Full-Stack Developer) | Apr 07, 2025
How to sell digital downloads in your WordPress site?
Transform your WordPress website into an online business in a few steps with the EasyDownloads plugin.
By Raymundo CH | Apr 07, 2025
🧩 Gutenberg TabPanel with External Link Tabs (The Right Way)
Have you ever needed to add an external link as a tab in the TabPanel component? One that doesn’t render a tab view but redirects to a…
By Numo Francis | Apr 07, 2025
Efficient Sliding Window Computation in PHP: A Step-by-Step Guide with Real-Time Input Handling
Optimizing Sliding Window Calculations in PHP: From Brute-Force to Deque Efficiency
By Taran | Apr 07, 2025
Mastering Multiple PHP Versions on GoDaddy’s Web Hosting Plus Expand Plan
So, you’ve decided to host multiple websites on GoDaddy’s Web Hosting Plus Expand plan, and each site insists on a different PHP version…
By Dave LumAI | Apr 07, 2025
Fastest Way to Build APIs in PHP for Mobile-First Architecture
zend tech
By Asian Digital Hub | Apr 07, 2025
A Guide to the Best Free WordPress Themes for 2025
Explore the ultimate guide to the 20 best free WordPress themes for 2025 and learn why WordPress is the top choice for websites today.
By Md Jahid Shah | Apr 07, 2025
My Laravel App Suspended User Accounts — and It Saved the Platform
A few months ago, I found myself in a tough spot. My Laravel-powered SaaS platform was starting to gain traction — but with growth came…
By Zest Infotech | Apr 07, 2025
What are the key factors to consider for WordPress SEO?What
Optimizing WordPress for SEO requires focusing on several key factors to improve rankings and visibility. Here are the essential elements…
By Karthick Raja | Apr 07, 2025
CVE-2025–31420: wpForo <= 2.4.2 — Authenticated Privilege Escalation
The vulnerability has been found in the update profile feature. The form update feature has several hidden parameters. Why it’s vulnerable?
By Revan A | Apr 07, 2025
Eloquent Relationship Masterclass: Models That Actually Make Sense
Most Laravel developers use Eloquent relationships without ever unlocking their true power. After building 30+ production applications and…
By Mehdi BAFDIL | Apr 07, 2025
WordPress Hosting for 1$ (No Renewal Hike)
Dedicated VDS Hosting for just 1$ a month? I also could’t believe it until I tried one.
By Akshay Bhopani | Apr 07, 2025
The Shocking 🚨 Truth About PHP API Security 🛡️
PHP API Security Best Practices
By Mayur Koshti | Apr 07, 2025
Top 5 Appointment WordPress Plugins to Simplify Booking Systems
In today’s fast-paced digital world, businesses are rapidly moving towards automation to streamline operations and improve customer…
By Webcart | Apr 07, 2025
🛡️💻 Writing Secure and Maintainable PHP Code: The Power of Clean Code Principles 🚀
When developing PHP applications, security and maintainability are two pillars that determine the long-term success of a project. Many…
By maziar arabie | Apr 07, 2025
🚫 How Ignoring Dependency Injection Slows Down Your PHP Projects 🚀
In modern PHP development, a few core principles significantly affect how efficiently we build and scale applications. One of the most…
By mohamad shahkhajeh | Apr 07, 2025
Web Scraping With Goutte in PHP: Complete Guide
I’ll walk you through everything step by step — from setting things up to getting real data from websites with Goutte. I’ll also share…
By Data Journal | Apr 07, 2025
5 Signs You’ve Found a Top PHP Development Company USA Brands Trust
Finding a PHP development company that brands genuinely trust is not as easy as it sounds. Sure, a lot of agencies claim to be the best…
By Lindawhite | Apr 07, 2025
The Great Indian Airlift: How Apple Outsmarted Tariffs from 35,000 Feet
Tariffs rose. iPhones flew. India won
By S K Singh | Technology & Market Analyst | e-comm | Apr 07, 2025
Roadmap 1: PHP from zero to
In life, to achieve the destination we set, each of us will certainly need a plan and need to divide that plan into specific steps and…
By Ducanh03 | Apr 07, 2025
The Definitive PHP-FPM Configuration Guide
A walk-through of PHP-FPM’s www.conf with clear explanations, best practices and annotated real-world examples — ideal for developers…
By A. B. M. Mahmudul Hasan | Apr 07, 2025
Top Laravel Skills You’ll Want Your Developer to Have
Laravel is one of the most popular PHP frameworks used for building high-performance, scalable, and secure web applications. Its elegant…
By Surekha Technologies | Apr 07, 2025
Best Digital Marketing Course Training Institute In Ameerpet Hyderabad
In today’s world, digital marketing has become crucial for businesses looking to grow and connect with their audience. It includes various…
By Onclickdigitalmarketing | Apr 07, 2025
How I Saved My WordPress Website from Hackers (And How You Can Too)
Learn how I protected my WordPress site after a hack and the exact steps you can take to secure yours — from strong passwords and backups…
By Abdullah Al Masum | Apr 07, 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…
By Harris Raftopoulos | Apr 07, 2025
WordPress — How to build a website?
In today’s digital age, everyone wants to have their own website — whether it is for business, for writing blogs, or for running an online…
By Charleskerren | Apr 07, 2025
Understanding Huffman Coding: A Step-by-Step Guide to Data Compression and Decoding
Learn how Huffman Coding compresses data, and decode binary strings using a simple PHP script with a real-world example.
By Taran | Apr 07, 2025
Pionia’s approach to DX
Pionia is rather a new PHP framework that I started as a hobby project to challenge the status-quo. It has a few unique features that it…
By Jet Ezra | Apr 07, 2025
Laravel: Keeping a limited number of records in the database
A neat trick that won’t make your database sweat
By Italo Baeza Cabrera | Apr 07, 2025
PHP AI Agent Summarizing YouTube Videos
YouTube sees over 500 hours of video uploaded every minute, creating a vast ocean of knowledge and entertainment. But who has time to watch…
By Valerio Barbera | Apr 07, 2025
I Spent 3 days to build my first website in WordPress, here’s what I learned
Today is April 7th, I spent the past 3 days to build my personal website, actually this is my very first website build in WordPress by…
By Edward Zoe | Apr 07, 2025
Laravel 11 Import Large CSV Files Example
Hello laravel web developers, In this article, we’ll see laravel 11 imports large CSV files. In this guide, I’m going to walk you through…
By Techsolutionstuff | Apr 07, 2025
Parallel batch processing with Temporal
Temporal is a durable execution platform that makes it easier to build and operate reliable, scalable applications. It provides many native…
By Thierry Feuzeu | Apr 07, 2025
PHP Fundamentals: Building a Solid Foundationmost identifiable for students
PHP’s dynamic type (strings, integers, floats, booleans, arrays, objects, resources,NULL) is flexible, but it is vital to understand these…
By Ammajiabbaji | Apr 07, 2025
Forget Messy Monoliths — Here’s How To Split Your Symfony 7 Project Into Clean, Functional Bundles.
Making Symfony bundle help you to reuse code across multiple projects separating your code into functional modules vs a monolith project.
By laurentmn | Apr 08, 2025
Laravel Slugable
Laravel Slugable is a lightweight Laravel trait that automatically generates slugs from model fields like title, name, or any custom source…
By Rayiumir | Apr 08, 2025
Mastering Preorder Traversal in PHP: A Step-by-Step Guide with Interactive Input
Learn How to Build and Traverse a Binary Tree Using Preorder Logic in PHP
By Taran | Apr 08, 2025
🔐 Laravel 12.6 Introduces appliedRules() for Cleaner Password Validation
Discover the new appliedRules() method introduced in Laravel 12.6 that lets you access backend password validation rules directly
By Developer Awam | Apr 08, 2025
Connecting WordPress and Bluesky
Do you set shop in that brand new social network Bluesky ?, Would you like to connect it to your wordpress blog?, here is how.
By David Raygoza Gómez | Apr 08, 2025
Bridging PHP and HTMX: A Technical Review of htmxphp
Introduction
By Mehmet Turgay AKALIN | Apr 08, 2025
How can I build a website using WordPress without coding?
Making a website is very easy now, even if you don’t know coding. WordPress is a free tool that helps you build websites by just clicking…
By TERMUX COMMANDS | Apr 08, 2025
Laravel 12: Why It’s the Best Choice for Modern Web Apps
Laravel 12 is here! Explore the latest updates and learn why it’s the best choice for businesses looking for web app development solutions.
By Pamela Salon | Apr 08, 2025
💥 The Long-Term Cost of Poor Exception Handling in PHP: Why Your App’s Stability Depends on It ⚠️
🔹 Introduction: Why Exception Handling Matters
By mohamad shahkhajeh | Apr 08, 2025
How Custom PHP Development Can Streamline Your Business Operations
In today’s fast-paced digital landscape, businesses are constantly looking for ways to streamline operations, boost efficiency, and improve…
By Kajal Suthar | Apr 08, 2025
Modernizing PHP Applications with Golang- Roadrunner.dev
Another crazy idea of execution the PHP code from Golang web server. I am not kidding.
By Hi I am Iskender. | Apr 08, 2025
🐘 Building A Dynamic Blog Website Using PHP: A Complete Guide
🧠 Why Choose PHP For A Blog Website?
By Yusuf Emin IRKI | Apr 08, 2025
Improving Laravel Boot Time Using Route Caching and Custom Autoloaders
Your Laravel app might be stunning on the outside, but if it boots slower than your grandma’s dial-up internet, users aren’t going to stick…
By Asian Digital Hub | Apr 08, 2025
Gratuity Calculator UAE Abu Dhabi — Calculate Your End-of-Service Benefits Easily
The United Arab Emirates (UAE) is home to a diverse workforce with employees coming from various corners of the world to work in a…
By Rehan Khan | Apr 08, 2025
WordPress Development Agency That Delivers Creative & Scalable Solutions
Looking for a trusted WordPress development agency to elevate your online presence? Our team blends technical precision with creative…
By Proudit | Apr 08, 2025
How to Optimize PHP Websites for Better Performance and Security
In today’s fast-paced digital world, performance and security are no longer optional — they’re essential. If your website is built on PHP…
By Digital4design | Apr 08, 2025
How to Use a Proxy in PHP (2025)
In this guide, I’ll show you how to set up a proxy in PHP with cURL. I’ll also cover how to handle proxy authentication, rotate proxies for…
By Data Journal | Apr 08, 2025
Gliding Through Grids: Solving Sliding Puzzles with PHP and HTML
Build a Sliding Puzzle Solver in PHP Using Breadth-First Search and User Input
By Taran | Apr 08, 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…
By Harris Raftopoulos | Apr 08, 2025
How to Secure Sensitive PHP Folders Without Moving Them Outside the Web Root
A step-by-step guide for Apache 2.4 on Windows
By Abdelaziz M | Apr 08, 2025
Slug
The explanation is related to the Laravel framework, but there is no problem if you don’t know Laravel.
By Youseef Heikal | Apr 08, 2025
Struggling to Choose the Right WordPress Theme?
Picking the perfect WordPress theme can feel like finding a needle in a haystack. With thousands of options available, from flashy premium…
By Akib Hossain | Apr 08, 2025
Digital Transformation: Strategies to Take Your Business to the Next Level
In today’s competitive marketplace, digital transformation is no longer a luxury — it’s an essential requirement. Technology has…
By Bitek Services Inc | Apr 08, 2025
Why You Should Use WordPress in 2025: Benefits and Comparison with Competitors
Learn why WordPress is the best choice in 2025 for flexibility, SEO, e-commerce, and more, compared to Wix, Squarespace, and Shopify.
By Zayed Ibn Ibrahim | Apr 08, 2025
Why WordPress Works for Your Business
Hey folks 👋
By Syed Huzaifa | Apr 08, 2025
Laravel Cloud : Best way to deploy Laravel Apps in seconds
Laravel Cloud helps you deply the Laravel apps in cloud with-in seconds
By HouseOfCoder | Apr 09, 2025
I Regret Starting My Blog on WordPress — Here’s What I’d Do Differently in 2025
By Abdullah Al Masum | Apr 09, 2025
Avoid premature optimization in PHP
The risks of optimizing too soon and how to get It right
By Roman Huliak | Apr 09, 2025
PHP Unit Testing and Testing Frameworks
Testing is the process of verifying that your code works correctly — ideally before your users find the bugs.
By Dragan Rapić | Apr 09, 2025
How to Replace Zapier with Your Own PHP Automation Platform
At some point, every developer has hit that wall: one more monthly subscription, one more automation tool that feels like a duct-taped fix…
By Asian Digital Hub | Apr 09, 2025
Implementing the Repository Pattern in Laravel: A Step-by-Step Guide
The Repository design pattern is a structural pattern that abstracts data access, providing a centralized way to manage data operations. By…
By Sandeeppant | Apr 09, 2025
Exploring Laravel 11’s Per-Second Rate Limiting: A Game Changer for API Throttling
Laravel 11 has introduced several noteworthy features, but one that stands out for API developers is the per-second rate limiting. This…
By newQuery | Apr 09, 2025
20 Best User Registration Plugins For WordPress
Managing user registration on your WordPress site is essential for a smooth, secure, and personalized experience. This article reviews the…
By Hanee Raza | Apr 09, 2025
How to Get a Merchant Account [Ultimate Guide — 2025]
In this comprehensive guide, we break down everything you need to know about how to get a merchant account in 2025. A merchant account is…
By Hamza Hanif | Apr 09, 2025
Tired of Boring Testimonials? Discover Engaging WordPress Plugins! 💬✨
Top Plugins for Testimonial Magic
By Mayur Koshti | Apr 09, 2025
Tired of Boring Testimonials? Discover Engaging WordPress Plugins! 💬✨
Top Plugins for Testimonial Magic
By Mayur Koshti | Apr 09, 2025
Why Businesses Should Replace Expensive SaaS with Open-Source Alternatives
In today’s digital-first landscape, Software-as-a-Service (SaaS) platforms dominate how businesses handle operations, communications, and…
By Chirag Dave | Apr 09, 2025
How to Schedule Cron Jobs in Symfony Like a Pro
Schedule Symfony Cron Jobs Dynamically with cron/cron-bundle
By Bhavin Nakrani | Apr 09, 2025
DataTable Vue Laravel
Way to implement data table in vue, inertia, laravel & tailwind css project
By Shibon | Apr 09, 2025
Detecting Prefix Conflicts with Tries in PHP: GOOD SET vs BAD SET Validator
Learn how to validate a list of strings using a Trie in PHP to detect prefix conflicts — with code, form input, and real examples.
By Taran | Apr 09, 2025
🧙♂️ Mastering Magic Methods in PHP: The Hidden Superpowers of OOP – Part 1
When working with Object-Oriented Programming in PHP, you may have come across methods that begin with double underscores (__). These are…
By Muhammad Haseeb | Apr 09, 2025
Is Redis really suitable as a queue driver in Laravel
For years now, Redis is probably the quickest and easier queue driver to use with Laravel, outside of the Database driver, as it requires…
By Tom Ellis | Apr 09, 2025
7 Best Web Hosting Providers in the UK (2025)
Finding the right web host can be tricky — especially with so many options out there. Whether you’re launching a blog, portfolio, or…
By Swapnil S. | Apr 09, 2025
Exclude Model Attributes Easily with Laravel’s New except() Method
Need to get model attributes while excluding sensitive or unnecessary fields? Laravel’s new Model::except() method complements the existing…
By Harris Raftopoulos | Apr 09, 2025
What Is a Variable Product in WooCommerce
Variable Product In WooCommerce is a product type that lets you offer a set of variations on a single item — with control over price…
By Enayetur Rahman | Apr 09, 2025
Laravel CRUD Like a Pro—Part 2: The Simplest & Cleanest Structure Yet
In the last post I shared how my code has evolved to write clean, succinct, and reusable code. If you haven’t read it, you can take a look…
By Raheel Shan | Apr 09, 2025
Beyond Next, Previous, Filtering and Sorting: Build Performant Paginated Interfaces in Symfony 7…
KNP paginator for Symfony brings pagination to the next level for sorting, filtering efficiently datas for APP or API with advanced UX/UI
By laurentmn | Apr 10, 2025
The 10 Biggest Mistakes New WordPress Beginners Make (And How to Avoid Them)
New to WordPress ? Learn from 10 common mistakes beginners make — from plugins to SEO — and discover smart, practical fixes to grow
By Abdullah Al Masum | Apr 10, 2025
🧙♂️ Why Laravel Feels Like Magic for Developers (And Why You’ll Probably Love It Too)
I still remember the first time I used Laravel.
By Sayaka Singh | Apr 10, 2025
Laravel Reverb — Say Goodbye to Pusher Fees?
Laravel Reverb: The Real-Time Communication Solution for Laravel
By S H Siddiqui Sunny | Apr 10, 2025
🚀🔐 Deploying Laravel Apps Securely on DigitalOcean & AWS: Best Practices for a Secure Cloud Setup…
Security isn’t optional — especially in cloud deployments. Whether you’re hosting your Laravel application on DigitalOcean or AWS, ensuring…
By mohamad shahkhajeh | Apr 10, 2025
Comparing PHP JIT and Preloading for Maximum Performance in Production
It happens every time. You deploy that PHP app you’ve been sweating over for months. All the tests pass. The code is clean.
By Asian Digital Hub | Apr 10, 2025
Top 7 Reasons Why Laravel Has a Bright Future in Web Development
In the dynamic world of web development, choosing the right framework can make or break your project. Among the many options available…
By Surekha Technologies | Apr 10, 2025
Transform Your PHP Projects with Powerful AI Data Insights 🚀
Smart Techniques for Managing API Data
By Mayur Koshti | Apr 10, 2025
Finding Connected Components in a Bipartite Graph Using PHP (with Input Form)
Analyzing Bipartite Graphs in PHP: Find the Smallest and Largest Connected Components with Real-Time Input
By Taran | Apr 10, 2025
Instantly Generate Laravel APIs from Your Database Schema: A Powerful CLI Tool
In the world of modern web development, APIs are the backbone of communication between applications. Laravel, a popular PHP framework, is…
By MD. SHARIF ALAM | Apr 10, 2025
Why you shouldn’t ignore security headers and configurations in PHP
Protect your web applications from common attacks with simple yet powerful server-side defenses.
By Roman Huliak | Apr 10, 2025
🚀 PHP 8.2: A Glimpse into the Future of Web Development
By Harsh Saini — Full Stack Developer
4 min read · Jul 17, 2023
By Harsh Saini | Apr 10, 2025
Streamline HTML Attribute Handling with Laravel’s New AsHtmlString Cast
Working with HTML content stored in your database? Laravel v12.4 introduces the AsHtmlString cast, providing an elegant way to handle…
By Harris Raftopoulos | Apr 10, 2025
Laravel Performance: Eager vs Lazy vs Automatic Relation Loading
Examine how Laravel 12.8’s latest features affect this dynamic, and provide practical guidance.
By Andi S | Apr 10, 2025
10 Reasons to Choose Rapyd Cloud for Managed WordPress Hosting in 2025
Why RapydCloud is one of the best managed WordPress hosting provider in 2025
By javinpaul | Apr 10, 2025
Making Laravel Telescope Work with Backpack Authentication
Laravel Telescope (in some version’s) doesn’t natively recognize Backpack-authenticated users because it defaults to Laravel’s standard…
By Celegens | Apr 11, 2025
Native performance in PHP: Getting the most out of the core
How native PHP functions can outperform heavy frameworks in real-world scenarios.
By Roman Huliak | Apr 11, 2025
Simplify Real-Time Features with Laravel Anonymous Broadcasts
If you’ve ever felt like setting up real-time events in Laravel was a bit too much ceremony — creating event classes, implementing…
By Developer Awam | Apr 11, 2025
Defining PHP Constants That Collapse When Observed
What if your constants didn’t exist until you looked at them?
By Jérémie Fréreault | Apr 11, 2025
Using PHP with Bun to Benchmark Hybrid App Performance
“Old dogs don’t learn new tricks?” — Tell that to PHP sipping espresso with Bun at 500 req/s.
By Asian Digital Hub | Apr 11, 2025
The 5 PHP Callback Secrets Every Developer Needs to Know
Using PHP Callbacks for Cleaner Logic
By Mayur Koshti | Apr 11, 2025
WordPress Tags: An Easy Way to Get SEO Traffic
If you want to make money online, you’ve probably started a blog. A blog is the easiest, most tried and true way of making money online. I…
By Rising Current | Apr 11, 2025
How to Fix Caldera Forms Not Sending Email [02 Easy Fixes]
Struggling with Caldera Forms not sending email? This comprehensive guide walks you through two easy fixes to get your WordPress emails…
By Hamza Hanif | Apr 11, 2025
Optimize Bulk Insertions with Laravel’s New fillAndInsert() Method
Bulk inserting Eloquent models but need casts and timestamps applied? Laravel’s new fillAndInsert() method provides an elegant solution by…
By Harris Raftopoulos | Apr 11, 2025
Funnel Magic Website Builder 2025: AI Tool Worth Trying
Is Funnel Magic the top website builder for entrepreneurs in 2025? Explore its AI tools, features, pricing, and if it’s right for your…
By Next-Gen Business Reviews | Apr 11, 2025
Why Choose a Freelance WordPress Developer in India?
In today’s digital-first world, your website isn’t just a virtual business card — it’s the face of your brand, your storefront, and often…
By Hariharan Gandhi | Apr 11, 2025
🚨 Top PHP Security Libraries You Should Know in 2025 🔐
As a PHP developer, your role goes beyond functionality — it’s about building secure, future-ready applications that can withstand evolving…
By mohamad shahkhajeh | Apr 11, 2025
The Big Bang MCP Theory: Transforming how developers work with AI
Howard hunched over his laptop at 3 AM, frantically typing in his chat with Claude while sweating profusely. Sheldon enters…
By Pavel Buchnev | Apr 11, 2025
How to Enable Relationship Autoloading in Versions Before v12.8
A few days ago, Litvinchuk added the method `withRelationshipAutoloading` in PR #53655. As explained in the merge description, it checks…
By Mahmoud Ramadan | Apr 11, 2025
Extract Single Matching Items Confidently with Laravel’s Arr::sole() Method
Need to confidently extract a single matching item from an array in Laravel? The new Arr::sole() method brings the power of Eloquent’s…
By Harris Raftopoulos | Apr 11, 2025
🚀 Architecting Laravel for Scale: Battle-Tested Patterns for Clean Code & High Performance (Part…
✨ This is the second article in my series on Laravel architecture for large-scale applications. If you missed it, check out [Part 1] on…
By Preksha Shah | Apr 11, 2025
How to Scope Your Project (and Why It Matters) — The Historical Bible App
Whenever you’re making any sort of app, you need to scope it; otherwise, it’ll become spaghetti of chaos halfway through development.
By Tomas Heligr-Pyke | Apr 12, 2025
Storing Text & Image Data in MySQL with PHP (Using XAMPP)
Learn how to create a form in PHP, upload images, and save data into a MySQL database — step-by-step guide for beginners using XAMPP…
By Taran | Apr 12, 2025
Building Low-Memory PHP APIs for Edge Functions and Microcontrollers
It starts where nobody looks.
By Asian Digital Hub | Apr 12, 2025
Getting to Know PHP’s WeakMap: The Smart Way to Cache Without Memory Leaks
While working on a performance-heavy part of an app, I realized that PHP WeakMap can be a quiet hero when you need it most.
By Atakan Demircioğlu | Apr 12, 2025
“Docker Demons on Apple Silicon: My Battle with Laravel, PHP, and ARM64, M3”
In this developer’s journey, I navigate the treacherous waters of containerizing a Laravel application on Apple Silicon. From architecture…
By Tushar Hasan | Apr 12, 2025
How I Built a Mini Search Engine in PHP — Just for the Fun of It
At times, what we really need is a weekend-long computer project that keeps one close to coding. — probably me
By Mustafa Culban | Apr 12, 2025
Understanding API Types: Choose the Right API for Your Next Project
APIs (Application Programming Interfaces) are the backbone of modern software development, enabling applications to communicate seamlessly…
By Sandeeppant | Apr 12, 2025
How 1.5 million translations “broke” my Laravel site (and what does cache have to do with it)
Hi! Today we will talk about website speed optimization — a rather complex and individual topic.
By Denis Chernykh | Apr 12, 2025
Validating GTIN Codes at Scale in Laravel — How We Do It at Prisfix.dk
At Prisfix.dk, a Danish price comparison site, we process massive volumes of product data daily from dozens of suppliers. With that scale…
By Mickey Rasmussen | Apr 12, 2025
Laravel CRUD Like a Pro—Part 2: The End of Redundant Forms with findOrNew()
In the last post I shared how my code has evolved to write clean, succinct, and reusable code. If you haven’t read it, you can check this…
By Raheel Shan | Apr 12, 2025
Job Opportunities at Troika Tech Services Virar West— Let’s Build the Future Together
At Troika Tech Services, we believe in empowering individuals who are passionate about technology, innovation, and digital transformation…
By Troika Plus | Apr 12, 2025
Taming Laravel Monoliths with Modular Architecture
As Laravel projects grow, maintaining a clean structure becomes increasingly difficult. Controllers pile up, models get bloated, and domain…
By PixelKK | Apr 12, 2025
Livewire is Enough (Most of the Time). Save React for the Fancy Stuff
Laravel — Inertia seems like the perfect setup, until you realize it isn’t. the alternative? Yes, Livewire
By Haryo | Apr 12, 2025
What the 2025 PHP Security Audit Reveals – Why It Matters for Production Systems
Introduction
By Doğan Uçar | Apr 12, 2025
A Tiny Laravel Package to Backup Your storage/ Folder — Here’s Why You Might Need It
As a Laravel developer, you’ve probably spent a lot of time worrying about your database — backing it up, syncing it between environments…
By Ibnu sahid | Apr 12, 2025
Creating a Joomla5 module with Microsoft Copilot
Joomla is a content management system (CMS) which helps website developers manage and present their stories, pictures and scripts .
By Sonny Smith | Apr 12, 2025
Step-by-Step Guide: Setting Up a LAMP Stack on Ubuntu
Here’s a step-by-step guide to help you set up a LAMP stack (Linux, Apache, MySQL, PHP) on Ubuntu. This guide assumes you’re using a recent…
By Anthony Usoro | Apr 13, 2025
🐘🔥 The LEMP Stack: The Cool Cousin of LAMP That Powers the Web Quietly
If you’ve spent any time in web development, you’ve probably heard of the classic LAMP stack — Linux, Apache, MySQL, PHP. It’s the…
By Anthony Usoro | Apr 13, 2025
⚙️ Step-by-Step Guide: Setting Up a LEMP Stack on Ubuntu
Prerequisites:
By Anthony Usoro | Apr 13, 2025
Lightweight JSON Key-Value Store for Laravel
Hi everyone,
By Suleiman Shahbari | Apr 13, 2025
Setting up LEMP as a BASH Script for Automation.
🧪 What This Script Does:
By Anthony Usoro | Apr 13, 2025
Understanding Stub, Mock and Spy with Pest and Mockery in Laravel
Well, it’s been a long time since I’ve written here.
After writing a lot on my blog, Hello Libre, I thought I’d migrate everything here…
By Yan Penalva | Apr 13, 2025
My First XAMPP Setup (No Internet Needed!) — A Beginner’s Guide to PHP on Localhost
A Complete Beginner’s Guide to Installing XAMPP, Running PHP Locally, and Creating Your First PHP File
By Taran | Apr 13, 2025
How to Use PHP to Trigger OpenAI Workflows With Multi-Step Function Execution
PHP isn’t dead. It’s just waiting for you to stop treating it like that one uncle who only shows up to fix broken contact forms or handle…
By Asian Digital Hub | Apr 13, 2025
Automating Image Tagging in PHP Using Hugging Face API and Async Requests
People out here still slapping image tags by hand like it’s 2010? Wild.
By Asian Digital Hub | Apr 13, 2025
WP Reset Pro Review 2025: The Ultimate WordPress Recovery Tool?
f you’re managing WordPress sites and need a reliable way to reset, recover, and repair them efficiently, the WP Reset Pro Plan offers a…
By Hex flow | Apr 13, 2025
🧠 Want to Write Better PHP? Try These Advanced Developer Tricks! 🚀
PHP Developer Tricks You Should Be Using Now
By Mayur Koshti | Apr 13, 2025
Implement Authorization through Sanctum in Laravel 12
Here’s a complete Token-Based Authentication setup using Laravel Sanctum in Laravel 12, covering:
By Md. Nazmul Hasan Anik | Apr 13, 2025
Building a Magic Square Cost Calculator in PHP: A Step-by-Step Guide
A Step-by-Step Guide to Building a Magic Square Cost Calculator in PHP
By Taran | Apr 13, 2025
Next.js vs PHP: Real Code Comparison for Web Applications
In-depth Comparison of Nextjs and PHP in Web Business Development
By Leapcell | Apr 13, 2025
#Made with Laravel
Laravel Model Metadata – Manage Model Metadata
"Laravel Model Metadata is a package designed to manage metadata with JSON support for multiple data types.
It allows you to easily attach, manage, and query metadata on your Laravel models using the HasManyMetadata or HasOneMetadata traits."
#Utility
By – | Apr 10, 2025
Kaido Kit – FilamentPHP Starter Kit
"Kaido Kit is a powerful and opinionated FilamentPHP starter kit designed to accelerate your admin panel development. Kaido Kit provides a robust foundation with pre-configured plugins, configuration and best practices for building feature-rich admin interfaces.
It features CRUD generation, role-based access control, 2-factor auth, user impersonation, email integration, auto-generated API documentation and more."
#Boilerplate
By – | Apr 10, 2025
#Mastering Laravel
Stick with conventions and avoid overengineering your Laravel app
Keep your life easy and don't get fancy
By Joel Clermont | Apr 07, 2025
How does Laravel validation handle multibyte characters with the max rule?
And what exactly is a multibyte character?
By Joel Clermont | Apr 08, 2025
Why is this job value empty?
A short lesson in debugging
By Joel Clermont | Apr 09, 2025
How to deal with the pain of slow CI pipelines
Don't get numb to it
By Joel Clermont | Apr 10, 2025
What happened to pre-hashed passwords in the user factory?
And why I change it back
By Joel Clermont | Apr 11, 2025
#Dev.to
2. Logs
#programming #learning #php #observability
By Diogo Antunes | Apr 07, 2025
A Practical Guide to Robust Webhooks in Suphle
#php #tutorial #testing
By O ji nwayo e je | Apr 07, 2025
Cookies vs. Sessions: The Stateful Dance of the Web
#webdev #programming #javascript #php
By Dehemi Fabio | Apr 07, 2025
How to Develop an Online Event Booking System Using PHP & MySQL
#php #mysql #onlineeventbookingsystem #developonlineeventsystem
By Rakeeb | Apr 07, 2025
Tired of PHP Version Hell? ServBay Makes Multi-Version Management a Breeze
#programming #beginners #php #webdev
By Cathy | Apr 07, 2025
PHP AI Agent Summarizing YouTube Videos
#ai #php #webdev #programming
By Valerio | Apr 07, 2025
416. Partition Equal Subset Sum
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 07, 2025
Laravel Slugable
#laravel #php #laravelslug #programming
By Raymond Baghumian | Apr 08, 2025
Track Your Pakistan Passport Online: A Simple Guide to Verify Your Application Status
#webdev #programming #news #php
By jjsploit download | Apr 08, 2025
'php artisan optimze:clear' might not always work
#php #laravel
By Chidiebere Chukwudi | Apr 08, 2025
Covariance and Contravariance in PHP
#php #webdev
By Ash Allen | Apr 08, 2025
CRLF Injection in Laravel: Exploit and Prevention Guide
#cybersecurity #laravel #php #coding
By Pentest Testing Corp | Apr 08, 2025
The Struggle of Code Reusability in Laravel: Why Traits Win the Race?
#webdev #php #trait #laravel
By Md Al Mustanjid | Apr 08, 2025
Tired of PHP Version Hell? ServBay Makes Multi-Version Management a Breeze
#webdev #programming #learning #php
By holly | Apr 08, 2025
3396. Minimum Number of Operations to Make Elements in Array Distinct
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 08, 2025
3375. Minimum Operations to Make Array Values Equal to K
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 09, 2025
Leveraging PHP Streams for Efficient File and Network Handling
#php #webdev #backend #programming
By Patoliya Infotech | Apr 09, 2025
Debug Smarter, Build Better: AI-Powered Laravel Error Handling
#php #laravel #ai #programming
By Jhonatan Morais | Apr 09, 2025
Why Installing Too Many Plugins Can Ruin Your WordPress Website
#webdev #wordpress #wp #php
By piouskenny | Apr 09, 2025
Understanding Traits in PHP: Reusing Code with Elegance
#programming #laravel #php #cleancode
By Aleson França | Apr 09, 2025
Tutorial OCI8 + PHP 7.4 – O Guia para não bater a cabeça na tela
#linux #oracle #php
By lauriely lourenço | Apr 09, 2025
Using Vue.js with Laravel for Full-Stack Web Development
#webdev #laravel #vue
By Nithya Iyer | Apr 09, 2025
Comment déployer un projet Symfony sur un serveur mutualisé Hostinger
#symfony #laravel #hostinger #devops
By Didier Guinwogbegno | Apr 09, 2025
Multiple file uploader with progress bar
#php #development #tutorial
By Roberto Murran | Apr 10, 2025
Porting a PHP Based Web Game to Mobile Part 1
#programming #unity3d #gamedev #php
By Mike Evans | Apr 10, 2025
2999. Count the Number of Powerful Integers
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 10, 2025
Prevent Cross-Site Scripting (XSS) in Symfony: A Comprehensive Guide
#cybersecurity #symfony #php #coding
By Pentest Testing Corp | Apr 10, 2025
Should You Use Laravel Seeders/Factories in Production?
#laravel #php #webdev #database
By Ivan Mykhavko | Apr 10, 2025
Porting a PHP Based Web Game to Mobile Part 2
#unity3d #programming #gamedev #php
By Mike Evans | Apr 10, 2025
Shopware Apps vs. Plugins – Real-Life Example with Code
#shopware #ecommerce #node #php
By Stefan Pilz | Apr 11, 2025
Automatically Generate OpenAPI 3.0 Schemas from Mock API Responses using PHP
#php #openapi #mockapi #testing
By ka2 | Apr 11, 2025
How to Enable Relationship Autoloading in Versions Before v12.8
#webdev #php #laravel #sql
By Mahmoud Ramadan | Apr 11, 2025
2843. Count Symmetric Integers
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 11, 2025
Debug Smarter: Meet xDebug Pro for Chrome
#php #extension #productivity #opensource
By theconcept-technologies | Apr 12, 2025
How I Migrated from PHP to ExpressJS Using AI
#php #express #ai #programming
By Arya Mihir Singh | Apr 12, 2025
Porting a PHP Based Web Game to Mobile Part 3
#programming #php #unity3d #gamedev
By Mike Evans | Apr 12, 2025
TIL: Why PHPMD and SonarCloud don’t always agree
#php #cleancode #phpmd #sonarcloud
By Paul Rijke | Apr 12, 2025
PHP is now the best choice for web based software
#php #coding #programming #webdev
By Engineer Robin 🎭 | Apr 12, 2025
Windows VPS vs Linux VPS: Which One Is Right for You?
#php #rdp #linux #microsoft
By ismail attar | Apr 12, 2025
3272. Find the Count of Good Integers
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 12, 2025
Agregar otra versión de php a laragon
#php #laragon #spanish
By Abraham Alanya | Apr 12, 2025
Filament Vertical Tabs
#laravel #tabs #vertical #filament
By Mohamed Afssas | Apr 12, 2025
1922. Count Good Numbers
#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 13, 2025
Next.js vs PHP: Real Code Comparison for Web Applications
#nextjs #php #javascript #typescript
By Leapcell | Apr 13, 2025
Understand How the Abstract Class Works in PHP
#php #webdev #programming #tutorial
By Montasser Mossallem | Apr 13, 2025
Weekly #15-2025: An early look at PHP 9.0's, Javascript debug ids, A2A and more
#php #laravel #a2a #javascript
By Madhu Sudhan Subedi | Apr 13, 2025
Eloquent: is an ORM too restrictive?
#php #laravel
By david duymelinck | Apr 13, 2025
#Amit Merchant
Conditional Migrations in Laravel with the New shouldRun() Method
Feature flags and migrations don't always play well together. Laravel's new shouldRun() method solves this by letting you conditionally execute migrations based on your application's state.When working with feature flags or phased rollouts, you might want certain database changes to only apply when
By Harris Raftopoulos | Apr 07, 2025
Optimize Bulk Insertions with Laravel's New fillAndInsert() Method
Bulk inserting Eloquent models but need casts and timestamps applied? Laravel's new fillAndInsert() method provides an elegant solution by handling model casting and attribute preparation during mass insertion.When performing bulk insertions in Laravel, you often face a trade-off: use insert() for efficiency but lose Eloquent's
By Harris Raftopoulos | Apr 10, 2025
Simplify HTTP Error Testing with Laravel's New requestException() Method
Laravel continues to improve developer experience with the addition of requestException(), a convenience method that streamlines creating HTTP client exceptions for testing.When testing code that interacts with external APIs, you often need to simulate error responses to ensure your application handles failures gracefully. Previously, creating a RequestException for testing
By Harris Raftopoulos | Apr 11, 2025
#Harris Raftopoulos
The missing owns() method in Laravel's Eloquent
While Laravel’s Eloquent ORM is pretty powerful and covers all the bases for most of the use cases, there will always be something that is missing. In other words, there will always be a feature that you don’t need until you need it.
By Amit Merchant | Apr 08, 2025
Preventing N+1 issues globally in Laravel using Auto Eager Loading
Eager loading in Laravel is a way to load related models when you query a model. This is done to prevent
By Amit Merchant | Apr 10, 2025
#IT Solution Stuff
Laravel 12 Socialite Login with Google Account Example
In this tutorial, we will learn laravel 12 login with google account using socialite composer package. we can use with laravel ui, laravel jetstream and laravel breaze for login with gmail account.
A…..
#Laravel
By Hardik Savani | Apr 07, 2025
Laravel 12 Chart using Highcharts JS Example
This tutorial demonstrates how to create charts in Laravel 12 with Highcharts JS. We will gradually look into the entire process of working with laravel 12 and highcharts with examples.
Highcharts JS…..
#Laravel
By Hardik Savani | Apr 08, 2025
How to Generate App Key in Laravel 12?
<img src="/upload/laravel-12-app-key.png" class="post-img" alt="laravel 12 app key">
Let's explore how to generate an application key in Laravel 12. This key is essential for encrypting data and ensu…..
#Laravel
By Hardik Savani | Apr 09, 2025
Laravel 12 Simple Pagination Example Tutorial
This tutorial will help you to create a simple pagination with laravel 12 application. we will retrieves and paginates database data using bootstrap 5 css.
We know pagination is a primary requirement…..
#Laravel
By Hardik Savani | Apr 10, 2025
How to Generate Barcode in Laravel 12?
In this post, I will show you how to generate barcode in laravel 12 application. we will use picqer/php-barcode-generator composer package to create barcode in laravel 12.
In this example, we will ge…..
#Laravel
By Hardik Savani | Apr 11, 2025