Table of Contents


#Laravel News

Onym – Flexible Filename Generator

Onym is a flexible Laravel package for generating filenames using various strategies and options.
#Laravel Packages
By Yannick Lyn Fatt | Mar 31, 2025


Eloquent Cast for HTML Strings in Laravel

Laravel v12.4 has a new AsHtmlString Eloquent cast. The framework already has an `HtmlString` class available; this cast stitches it together with Elo…
#News #Laravel Releases
By Paul Redmond | Mar 31, 2025


Local Model Scopes in Laravel with the Scope Attribute

Laravel released a new #[Scope] attribute you can use to define local scopes in Eloquent models. Using scopes is an excellent way to define query cons…
#News #Laravel Releases
By Paul Redmond | Apr 02, 2025


Feature Flags with Laravel Pennant

In this video, we're implementing feature flags in Laravel using Laravel Pennant
#Laravel Tutorials
By Harris Raftopoulos | Apr 02, 2025


Implementing Account Suspension in Laravel

Learn how to implement permanent and temporary account suspensions in Laravel applications using database fields, middleware, and scheduled tasks. Thi…
#Laravel Tutorials
By Ahmed Alaa | Apr 02, 2025


Pinout with Dan Johnson

Pinout is a new project by Dan Johnson that lets you connect your Laravel application to the physical world.
#Interviews
By Eric L. Barnes | Apr 03, 2025


Laravel Wayfinder Public Beta

The Laravel team released Laravel Wayfinder, a new first-party package that bridges your routes between the frontend and backend.
#Laravel Packages
By Paul Redmond | Apr 03, 2025



#Ashallen Design UK

Microservices in Laravel

#Laravel #PHP #Tips & Tricks #Web Development
By Gary Clarke | Mar 31, 2025


Human-Readable File Sizes in Laravel (KB, MB, GB)

#Laravel #PHP #Tips & Tricks #Web Development
By Ashley Allen | Apr 02, 2025


Covariance and Contravariance in PHP

#PHP #Web Development
By Ashley Allen | Apr 03, 2025



#Freek Dev

Using PHP as a (Terrible) Video Player

Don't use PHP for this. Still fun to do though
By | Mar 31, 2025


How to Write Blog Posts that Developers Read

Michael Lynch, a software blogger, provides examples of his own successful posts and suggests strategies for promoting articles on platforms like Hacker News and Reddit.
By | Apr 01, 2025


Goodbye reCAPTCHA, hello Turnstile

We've been using this solution in our projects as well.
By | Apr 02, 2025


A Sneaky Phish Just Grabbed my Mailchimp Mailing List

Troy Hunt recently becaming the victim of phising. This proves yet again, that this can happen to anyone, not only non-technical people.
By | Apr 03, 2025


A cookieless, cache-friendly image proxy in Laravel (inspired by Cloudflare)

Transforming and serving images from Laravel in a cache-friendly way.
By Aaron Francis | Apr 04, 2025



#Laravel io

Human-Readable File Sizes in Laravel (KB, MB, GB)

Introduction
There may be times when you want to display file sizes to your users in a human-readabl…
#Laravel
By ash-jc-allen | Apr 04, 2025


Formatting and Spelling Ordinal Numbers in PHP and Laravel

Introduction
There may be times when you want to convert numbers to ordinal numbers in your PHP and…
#Laravel
By ash-jc-allen | Apr 04, 2025



#Medium

Symfony Station Communiqué — 28 March 2025 — A look at Symfony, Drupal, PHP, and other programming…

This communiqué originally appeared on Symfony Station.
By Reuben Walker | Mar 31, 2025


Laravel Multi Service: How to Scale a Laravel Application

My name is Yaroslav Snisar, and I am the Backend Tech Lead at the product IT company. We work in the EdTech field and are currently focused…
By Yaroslav Snisar | Mar 31, 2025


Laravel Multi Service: How to Scale a Laravel Application

My name is Yaroslav Snisar, and I am the Backend Tech Lead at the product IT company. We work in the EdTech field and are currently focused…
By Yaroslav Snisar | Mar 31, 2025


How To Outsource PHP Development: Key Skills and Top Locations

Looking to outsource PHP development? Learn the key skills to seek in developers and the best places to outsource, saving time and costs.
By Near | Mar 31, 2025


Reasons to use Ruby, Go, and PHP

Written by an early-career Software Engineer
By Ryu Hiroyama | Mar 31, 2025


Understanding PHP Memory Limit and Its Impact on Performance

“Technology trust is a good thing, but control is a better one.” — Stephane Nappo
By Rajan Vavadia | Mar 31, 2025


Perfume Refill Essence Inventory Application Development Project

A form for inputting perfume essence data, with a table below to display the contents of the perfume essence database that has been input…
By 巧克力牛奶 | Mar 31, 2025


REST APIs: The foundation of modern web development

As a software engineer, I’ve always been passionate about sharing my knowledge and helping others understand complex technical concepts…
By Raj Kariya | Mar 31, 2025


How to Install and Use XAMPP

What is XAMPP?
By Taran | Mar 31, 2025


Harnessing the Power of AI in Laravel with Prism

Introduction
By Umesh P | Mar 31, 2025


Level Up Your Symfony Templates with Twig 3.15

From Arrow Functions to Safe Filtering — A Look at the Newest Twig Upgrades
By Bhavin Nakrani | Mar 31, 2025


The Hidden Lambda Errors in PHP

How to Fix Them Like a Pro
By Mayur Koshti | Mar 31, 2025


Laravel’s Sensitive Migrations Can Break Your Code

Laravel’s migrations are a helpful tool for keeping track of your database. With migrations, you can be sure that changes to the database…
By Aramayis | Mar 31, 2025


Laravel: Stopping bots with a Turnstile interstitial, for free

No challenge, no site for you!
By Italo Baeza Cabrera | Mar 31, 2025


Top 5 Managed WordPress Hosting Providers for 2025

My favorite Managed WordPress Hosting Providers for 2025
By javinpaul | Mar 31, 2025


Mastering SOLID Principles in Laravel

Laravel is a powerful and flexible PHP framework that makes building web applications seamless. However, to ensure scalability…
By Jaydeep Amethiya | Mar 31, 2025


Elementor vs. Divi: Which Page Builder is Best?

When it comes to WordPress page builders, Elementor and Divi dominate the market. Both offer powerful design capabilities, but which one is…
By Enayetur Rahman | Mar 31, 2025


Finding Two Distinct Ice Cream Flavors in PHP

A Practical Guide to Solving the Ice Cream Parlor Problem
By Taran | Mar 31, 2025


Why you should use DTOs with Symfony’s form and not entities

You may have seen or heard that it’s a good practice to use a DTO with forms instead of an entity but never why is that ? Here is an…
By Johan Martin | Mar 31, 2025


Deploying WordPress on UpCloud — A beginner's guide

This weekend I was playing around to setup my WordPress site and deploy somewhere. I know there are lots of managed way to deploy it on.
By Kisan Tamang | Mar 31, 2025


Fixing OWASP API2:2023 — Broken Authentication in Symfony 7

Security is not an afterthought, it’s fundamental
By Tihomir Manushev | Mar 31, 2025


PHP & URL Encoding Evasion

As I looked through web logs, I found some strange URLs coming from several IP addresses. The first instance of this happening was on…
By Arcadio John Aguilar | Mar 31, 2025


Optimizing Subqueries in Laravel: An Efficient Approach Using addSelect

With method involves leveraging Eloquent relationships to load related data. By using with('logins'), you are preloading the logins…
By Rishni Meemeduma | Apr 01, 2025


Reading Microsoft e-mails in PHP

Learn to integrate OAuth and Microsoft Graph API to import emails in PHP, managing tokens efficiently and securely. By Vinicius Bardella.
By Vinicius Bardella | Apr 01, 2025


Add authentication to your Laravel 12 API using JSON Web Tokens (JWT)

In Laravel 12, there are different ways to do authentication. JSON Web Tokens (JWT) are a good choice for Single Page Applications (SPAs)…
By Hamza Sehouli | Apr 01, 2025


How to Solve Common WordPress Security Issues

WordPress is one of the most popular platforms for building websites, but this popularity also makes it a target for hackers. Securing your…
By debarjun | Apr 01, 2025


Integrating Cloudflare R2 with Laravel: A Step-by-Step Guide

How to Store and Serve Files in Laravel Using Cloudflare R2
By Hafiq Iqmal | Apr 01, 2025


Free Responsive Divi Layouts

When it comes to designing a website, one of the most popular and powerful themes for WordPress is Divi. Divi offers a simple yet robust…
By Divihat | Apr 01, 2025


Automate WhatsApp Messages Using PHP

Take your customer communication to the next level by sending automated WhatsApp messages with PHP and the Wassenger API. Whether it’s…
By Wassenger | Apr 01, 2025


Symfony UX in Action: Elevate Your Symfony Project with Real Use Cases

Symfony UX with lots of optimized graphical tools embedded, enhance user experience with effortless coding specially for back developer
By laurentmn | Apr 01, 2025


Implementing a Queue Using Two Stacks in PHP: A Comprehensive Guide

Transforming LIFO into FIFO: Mastering Queue Implementation with Two Stacks in PHP
By Taran | Apr 01, 2025


Laravel: The PHP Framework Empowering Modern Web Artisans

Laravel has emerged as a dominant force in the PHP web development landscape, renowned for its elegant syntax, robust features, and…
By Anshu kumar | Apr 01, 2025


Title: Role-Based Forum Renderer Plugin for WordPress + bbPress

Overview: This custom WordPress plugin was developed to display bbPress forums dynamically based on the logged-in user’s role. It is…
By Darshan Shelat | Apr 01, 2025


Unlock Hidden Job Opportunities: Mastering This PHP Framework

Your Career’s Secret Weapon
By Mayur Koshti | Apr 01, 2025


Unlock Hidden Job Opportunities: Mastering This PHP Framework

Your Career’s Secret Weapon
By Mayur Koshti | Apr 01, 2025


Laravel 9 Authentication Tutorial with Jetstream

Laravel has long been a favorite among developers for its elegant syntax and powerful features. With the release of Laravel 9, the…
By Ghadabenkhalifa | Apr 01, 2025


how to solve wordpress ads.txt file do not found

in this writing i will tell you how to setup wordpress ads.txt file
By Masuk Mia | Apr 01, 2025


System Prompt for AI Agents In PHP

At the heart of every AI agent lies a critical component that users rarely see but that fundamentally shapes every interaction: the system…
By Valerio Barbera | Apr 01, 2025


Implementing JWT Authentication in CodeIgniter 3: A Step-by-Step Guide

Step 1: Install JWT Library
By Vikrant Sharma | Apr 01, 2025


Did You Know a File Name Can Hack Your App?

Sounds crazy, right?
 But yes — just a file name can be a security hole, and many developers fall for it without realizing the danger.
By Ahmad Alhajh | Apr 01, 2025


Mastering Hooks in Laravel: A Powerful Way to Extend Functionality

Laravel, as one of the most popular PHP frameworks, provides developers with numerous ways to extend and customize application behavior…
By Shaikh Taslim Ahmed | Apr 02, 2025


Deploying Laravel 12: From Local Development to Production Using CI/CD

Laravel 12, the latest iteration of one of PHP’s most popular frameworks, continues to push the boundaries with improved performance…
By Zulfikar Ditya | Apr 02, 2025


Checking Balanced Brackets with PHP: A Comprehensive Guide

A Practical Exploration of Stack Algorithms and Dynamic Web Forms for Syntax Validation
By Taran | Apr 02, 2025


Understanding Middleware in Action: Real-World Examples for Backend Development

Understanding Middleware in Backend Development: Meaning and Real-World Examples using Laravel & Express Framework
By Deva Jayantha | Apr 02, 2025


Best Practices for Building PHP APIs Optimized for ChatGPT Function Calling

“Why is ChatGPT hallucinating my data?”
By Asian Digital Hub | Apr 02, 2025


How to Hire a WordPress Plugin Developer: Key Factors to Consider

Introduction
By Ruby | Apr 02, 2025


Custom Website Development: Why It Matters for Your Business

If you’re a freelancer, a growing business, or a small organization and you still don’t have a proper online presence — whether that’s…
By Quadraweb | Apr 02, 2025


Eloquent Casts in Laravel: Simplify Data Transformation

Laravel provides a powerful feature called Eloquent Casts that helps developers automatically transform attributes when interacting with…
By Zest Infotech | Apr 02, 2025


Beginners-How to Set Up PHP for Development (Windows, Mac, Linux) 2025

Hey there! 👋 Want to start coding in PHP? Whether you’re using Windows, Mac, or Linux, this guide will help you get everything set up…
By LinXBalajiN | Apr 02, 2025


Time Dimension & the UNIX Millennium Bug: Understanding the Y2038 Problem

Introduction
By Victor Chakraborty | Apr 02, 2025


12 PHP Array Tips to Make Your Blade Views More Dynamic and Efficient 🚀

Understanding PHP Arrays in Blade
By Mayur Koshti | Apr 02, 2025


Steps to Initialize a Laravel Project

“The right start to a project can spark a real desire to dive deeper and learn more. Seeing your Laravel project up and running with just a…
By Lamrini Asmae | Apr 02, 2025


Building a Simple PHP Text Editor with Undo Functionality

A Step-By-Step Guide to Harnessing PHP Sessions and Stack-Based Undo for Dynamic Text Editing
By Taran | Apr 02, 2025


Why you should use the latest version of PHP

Stay secure, fast, and future-ready with the latest PHP version
By Roman Huliak | Apr 02, 2025


How to create AI Agent locally using Laravel and Ollama

Cost-effective development of AI Agents using Ollama and LarAgent
By Revaz Gh. (MaestroError) | Apr 02, 2025


[DW NULLED] IPS Community Suite 4.7.18 — Premium Scripts, Plugins & Mobile

Engage and empower your community. Build and grow your community with our scalable and customizable community platform.
By Adrienne Rice | Apr 02, 2025


Supercharge Eloquent, Requests and More with PHP 8.4’s Property Hooks in Laravel 11+

By a Laravel developer who’s tired of writing boilerplateHey Laravel fans!
By Backend Developer | Apr 02, 2025


Elastic search in Laravel Application using Docker

Elasticsearch is an open source distributed, RESTful search and analytics engine, scalable data store, and vector database capable of…
By Shibon | Apr 02, 2025


Supercharging Laravel Queues with Supervisor

A Practical Guide
By Ashfaque Ali | Apr 02, 2025


Fixing OWASP API4:2023 — Unrestricted Resource Consumption in Symfony 7

Don’t leave your API vulnerable to DoS attacks and performance degradation
By Tihomir Manushev | Apr 02, 2025


5 Things You Can Do to Protect Your Website in 2025

Website security is a big deal. In the past few years a myriad of major companies’ websites, servers, point-of-sale systems, and who know…
By Otter Creative Studio | Apr 02, 2025


Laravel 12 With CRUD

Laravel 12 emerges as the latest iteration, refining the framework’s core strengths. It prioritizes developer experience, offering…
By Stanislaus Arva Urian Dante Arianto | Apr 03, 2025


Choosing the Best WordPress Security Plugin for 
HIPAA-Compliant Healthcare Websites

In today’s digital-first healthcare landscape, ensuring your website is secure isn’t just good practice — it’s a compliance mandate. For…
By Gil Vidals | Apr 03, 2025


Building Movie-RS: My Journey in Creating a Movie Recommendation System

Introduction
By inlovewithearc | Apr 03, 2025


Ensure that Laravel always returns exceptions as JSON in Laravel 12 APIs.

If you’re working on a Laravel project that only has a API backend, you might see API guard exceptions. This type of error might redirect…
By Hamza Sehouli | Apr 03, 2025


Part 1: Optimizing PHP Performance

To give some context: this was for a legacy PHP application running on 5x t2.xlarge (8vCPUs, 32GB of RAM). Those are massive machines, and…
By Ducanh03 | Apr 03, 2025


🧱 The Real Cost of Ignoring SOLID in PHP

When I started as a PHP developer seven years ago, I was more excited about getting features out the door than thinking deeply about…
By mohamad shahkhajeh | Apr 03, 2025


Best Social Media Marketing Course in Ameerpet Hyderabad

Social media marketing is a powerful tool for businesses to connect with people, build trust, and increase sales. Platforms like Facebook…
By Onclickdigitalmarketing | Apr 03, 2025


How to Build a Profitable WordPress Website in 2025

Building a profitable WordPress website in 2025 requires more than just setting up a theme and publishing content. With increasing…
By Dictui | Apr 03, 2025


Optimizing Symfony Menus with KnpMenu: Tips, Tricks, and Pitfalls

KNP Menu brings advanced features such as advanced design, optimized display, easy integration to propose best UX navigation on your…
By laurentmn | Apr 03, 2025


Building My Own Query Logger: A Developer’s Journey into Data Flow & Tracing

Introduction
By Rifat Simoom Rient | Apr 03, 2025


MySQL Queries Examples with Laravel Query Builder

In this blog, we explore how Laravel Eloquent and Query Builder make database interactions seamless. Whether you’re fetching data…
By TechAI | Apr 03, 2025


Counting Pairs with a Specific Difference in PHP: A Practical Guide

An Interactive Journey into PHP Algorithms: Counting Array Pairs with Precision and Clarity
By Taran | Apr 03, 2025


5 Essential WordPress Plugins for 2025: Don’t Launch Without Them 🚀

Top WordPress Plugins You Need in 2025
By Mayur Koshti | Apr 03, 2025


They Said PHP Dates Were Hard… Then I Found Carbon

PHP Date Pain? Carbon Solves It.
By Mayur Koshti | Apr 03, 2025


Building Headless PHP Content Management Systems for Modern Frontend Stacks

Tired of fighting with bloated CMSs that assume they know your frontend better than you do? Yeah, we’ve all been there.
By Asian Digital Hub | Apr 03, 2025


Mastering Big Sorting in PHP

Handling Extremely Large Numeric Strings with a Custom Input Bar
By Taran | Apr 03, 2025


Introducing Laravel Wayfinder: Bridging Laravel and TypeScript

Laravel Wayfinder automatically generates fully-typed, importable TypeScript functions for your controllers and routes
By HouseOfCoder | Apr 03, 2025


10 Common Mistakes in Laravel 12 Validation and How to Avoid Them

Proper validation isn’t just about stopping bad data , it’s your first line of defense against both frustrated users and potential…
By Andi S | Apr 03, 2025


File upload Inertia, Vue & Laravel

Uploading multiple files using inertia form using Vue, Laravel, Tailwind css
By Shibon | Apr 03, 2025


Understanding the MVC Pattern in Laravel: A Deep Dive

Laravel, one of the most popular PHP frameworks, is built around the Model-View-Controller (MVC) architectural pattern. This pattern helps…
By Shaikh Taslim Ahmed | Apr 03, 2025


Click2Convert — Stunning & Professional Business Websites

Boost Your Conversions with Click2Convert: The Ultimate Landing Page Bundle
By Addy | Apr 04, 2025


WoodMart — Multipurpose Ecommerce WooCommerce Theme v8.1.2

WoodMart — Multipurpose Ecommerce WooCommerce Theme
By Webgpl Digital | Apr 04, 2025


Understanding PHP Fibers and How They Unlock Multi-Tasking Without Threads?

Most developers hear “PHP” and think of simple scripts or backend APIs ticking away in a single-threaded runtime.
By Asian Digital Hub | Apr 04, 2025


Understanding PHP Fibers and How They Unlock Multi-Tasking Without Threads?

Most developers hear “PHP” and think of simple scripts or backend APIs ticking away in a single-threaded runtime.
By Asian Digital Hub | Apr 04, 2025


Implementing Account Suspension in Laravel

Account suspension is a common requirement in web applications to restrict user access Permanently or Temporarily. Laravel provides a…
By Tarun Korat | Apr 04, 2025


WordPress is recognized as the most widely used CMS in the world. Let’s examine its success.

WordPress continues to dominate the CMS landscape, but how widespread is it compared to other systems? What are the most popular page…
By Michele Bedin | Apr 04, 2025


Code, Kids, and Caffeine: A Developer’s Survival Guide

How Developers Juggle Bugs, Babies, and Caffeine Overdoses
By SMDEV | Apr 04, 2025


Best Website Design Services in Jalandhar

Best Website Design Services in Jalandhar. People who seek the finest website design agency in Jalandhar should check out this article…
By Great Premier Webtech | Apr 04, 2025


Top Strategies for Hiring the Best WordPress Developers for Your Project

Hiring the right WordPress developer for your project can be a crucial decision for the success of your website. Whether you’re creating a…
By Marian Jures | Apr 04, 2025


10 Best Free WordPress Themes to Try in 2025

Choosing the right theme is one of the most important decisions you’ll make when building a website. With thousands of options available…
By WordPress Tec | Apr 04, 2025


Fixing Select2 Issues in Laravel Livewire 3: A Frustrating but Solvable Challenge

How I fixing the problem selectjs can’t update livewire component. to fixing this need manually creating custom event to listen the select2
By Jufianto Henri | Apr 04, 2025


How to Enable Disabled PHP Functions

“Security is not a product, but a process.” — Bruce Schneier, Security Expert
By Narendra Chauhan | Apr 04, 2025


Why Laravel is Best Suited for PHP Web Development

In the dynamic world of web development, PHP continues to be one of the most widely used server-side scripting languages. Among the various…
By Surekha Technologies | Apr 04, 2025


Dynamic Programming in PHP: Solving the Maximum Subarray and Subsequence Sum Problem

A Practical Tutorial for Mastering Algorithms in PHP with Real-Time User Interaction
By Taran | Apr 04, 2025


Best Free WordPress Themes for Blogs and Business Sites (2025 Edition)

Whether you’re launching a personal blog or creating an online presence for your business, choosing the right WordPress theme can make all…
By Saidigiservtech | Apr 04, 2025


Understanding Namespaces in Laravel: A Comprehensive Guide

Laravel, one of the most popular PHP frameworks, is known for its elegant syntax, robust features, and developer-friendly tools. One of the…
By Emmanuel García Fortuna | Apr 04, 2025


Equalizing Cylinder Stacks in PHP: A Step-By-Step Guide

In many coding challenges and practical scenarios, you may encounter the problem of equalizing stacks — specifically, finding the maximum…
By Taran | Apr 04, 2025


Microservices in Laravel

When to Use Microservices (with Laravel) ?
By Andi S | Apr 04, 2025


Best WordPress Hosting Providers in 2025

Choosing the right WordPress hosting provider can make or break your website’s performance, security, and scalability. Whether you’re…
By Enayetur Rahman | Apr 04, 2025


Laravel 12 Dev Hack: Generate CRUD with One Simple Command

Laravel Hack: Auto Generate CRUD Like a Boss
By S H Siddiqui Sunny | Apr 05, 2025


Is WordPress Worth the Hype? A Teen’s Perspective

(This article was not sponsored, merely representing the author’s views.)
By Vismai Nair | Apr 05, 2025


Getting Started with Laravel Nightwatch: The Future of End-to-End Testing

As developers, we’re constantly on the lookout for tools that can streamline our testing processes and ensure our web applications run…
By Sadique Ali | Apr 05, 2025


Why whereDate() Might Be Killing Your Performance (and How to Fix It)

Ever run a Laravel job that suddenly starts timing out and you’re staring at your SQL wondering why?
By Infinitypaul | Apr 05, 2025


5 AI Tools That Will Transform Your Website in 2025

Boost content, SEO, and design with these game-changing tools — no coding required.
By Saddam Kassim | Apr 05, 2025


Looking to Hire Laravel Developer? Work with Top-Rated Experts

When it comes to web development, deciding on the right framework to your project can be the distinction between fulfillment and failure…
By Ruby | Apr 05, 2025


“📌 The Ultimate Guide to Pagination in Laravel: Offset, Cursor, Keyset, Time-Based & Hybrid…

Pagination is an essential feature in web applications, ensuring that large datasets are efficiently managed and displayed. Laravel…
By Sandeeppant | Apr 05, 2025


Website Development Course From FIT Computer Institute In Rawalpindi & Islamabad

http://futureittechnology.com/full-stack-developer.html
By FIT Computer institute | Apr 05, 2025


🧹💻 Why Clean Code in PHP Isn’t Optional Anymore

In the fast-evolving world of PHP development, clean code isn’t just a best practice — it’s a necessity. As PHP applications grow in…
By mohamad shahkhajeh | Apr 05, 2025


15 Unique & Powerful Laravel Tips Most Developers Don’t Know (But Should!)

Powerful Laravel Tips Most Developers Should Know
By S H Siddiqui Sunny | Apr 05, 2025


🍪 Basic Cookie Consent vs GDPR-Compliant Cookie Consent — Know the Difference (And How to…

A GDPR-compliant solution offering enterprise-grade compliance with fully customizable cookie banners for Laravel applications.
By Devrabiul | Apr 05, 2025


Optimizing Radio Transmitter Placement in PHP: A Greedy Algorithm Approach

Achieving Maximum Coverage with Minimal Transmitters Using PHP and Greedy Algorithms
By Taran | Apr 05, 2025


Leveraging PHP for Interactive Min-Heap Operations

A Practical Guide to Building and Interacting with a PHP Min-Heap
By Taran | Apr 05, 2025


What Python’s Syntax Teaches Us About Object-Oriented Thinking

In this post we will delve into programming paradigms, what they are, what they mean and their implications for programming.
By Gugulethu Nyoni | Apr 05, 2025


Have been working on a web application with a simple billing system with which business can record…

As a business, anyone would want a website to showcase their products and services, and also to display information about the company…
By basebasket | Apr 05, 2025


How to Handle Low-Budget Clients as a Freelancer

Introduction
By Divihat | Apr 05, 2025


Fixing OWASP API5:2023 — Broken Function Level Authorization in Symfony 7

Protecting sensitive administrative or role-specific functions
By Tihomir Manushev | Apr 05, 2025


3 Essential Laravel Architecture Best Practices for 2025

Explore three essential Laravel architecture best practices that will future-proof your applications in 2025
By S H Siddiqui Sunny | Apr 05, 2025


Redirecting all requests to project’s public folder from .htaccess

Deploying Laravel app without changing project structure
By Yann Nguetcheuhe | Apr 06, 2025


Laravel API Mastery: Essential Techniques for Clean, Secure, and Efficient APIs

Hello World! (I honestly need to come up with a catchphrase. 😅)
By Idada Osaigbovo James | Apr 06, 2025


April 2025 Cyber Threat Report: What WordPress Site Owners Need to Know (And Do)

By Jim Walker, The Hack Repair Guy | HackRepair.com
By Jim Walker | Apr 06, 2025


Effective PHP: 30 Specific Ways to Improve Your PHP Programs

Whether you are working with PHP by choice or by necessity — there are more effective ways of writing it.
By Naveed Khan | Apr 06, 2025


From Web to Desktop with NativePHP: A PHP Developer’s Journey and Lessons Learned

Hey everyone! I’m a PHP and Laravel developer who’s spent years building web applications. Recently, I stumbled across NativePHP — a tool…
By Abdulloh | Apr 06, 2025


Stop Fighting File Uploads: VichUploader Is The Advanced Symfony File Magic Answer

VichUploader is a Symfony must have bundle that helps a lot managing file uploading with high security and reliability in a symfony…
By laurentmn | Apr 06, 2025


How to Build Event-Driven PHP Applications Without Relying on Swoole or ReactPHP

Who says PHP can’t party with the big boys in event-driven programming?
By Asian Digital Hub | Apr 06, 2025


🔒 Secure PHP Development with Laravel: Best Practices for Building Safe Web Applications 🚀

In today’s world, where cyber threats are constantly evolving, securing your web applications has never been more important. Laravel, one…
By maziar arabie | Apr 06, 2025


Laravel CRUD Like a Pro: Clean, Reusable, and Ultra-Minimal Code

It has been more than 8 years now since I have been using Laravel. Today, I will talk about how my coding practices have evolved from…
By Raheel Shan | Apr 06, 2025



#Made with Laravel

Doxswap – Document Conversion Package

"Doxswap is a Laravel package for seamless document conversion using LibreOffice. Convert between various document formats like DOCX, PDF, ODT and more with a simple, elegant API!"
#Utility
By | Mar 31, 2025


Geezap – Open-Source Job Aggregator App

"Geezap is an open-source job aggregator designed to help job-seekers find relevant opportunities with ease.
It collects job postings from multiple sources, organizes them into an intuitive interface, and provides tools like filtering options to refine job searches. Geezap also offers advanced features, such as AI-powered job-fit analysis and automated cover letter generation, empowering users to apply for jobs effectively.
Geezap is built primarily using Laravel for the backend and a FilamentPHP admin panel, leveraging its robust ecosystem for efficient data aggregation and user management. On the frontend, Livewire and Alpine.js were used to create dynamic and responsive interfaces.
For AI-powered features, it integrates Open AI APIs to analyze job data and assist with user tasks like CV and cover letter generation."
#App
By | Mar 31, 2025


Laravel Models Generator – Generate Models from an Existing Database

"Laravel Models Generator helps you speed up the development of a Laravel application by automatically generating your Models from an existing database.
Laravel Models Generator handles primary keys, foreign keys and relationships."
#Utility
By | Apr 05, 2025


Hatthi – MVP Scaffolding

"From <null> to MVP at lightning speed.
Hatthi is a platform that aims to help developers build, manage and maintain their web projects by seamlessly scaffolding and generating an entire Laravel project.
Setup database tables, models, migrations, routes security and much more in a few clicks and let Hatthi generate the code for you!"
#DevTools #Boilerplate
By | Apr 05, 2025



#Mastering Laravel

We review our code, so why not our goals?

Planning and review have a huge return on investment
By Joel Clermont | Mar 31, 2025


Why I would not use a factory in application code

Stick to their intended purpose
By Joel Clermont | Apr 01, 2025


Why does Laravel set Bcrypt rounds to 4 in testing?

Why not 1?
By Joel Clermont | Apr 02, 2025


Watch out for mixed type comparisons in Laravel view data

And how to avoid the problem
By Joel Clermont | Apr 03, 2025


Don't be afraid to alter vendor code while debugging

Just clean up after yourself
By Joel Clermont | Apr 04, 2025



#Securing Laravel

Security Tip: Temporary Local File URLs!

[Tip #108] Temporary URLs for file access is an essential piece of the security puzzle, which up until recently were only available out-of-the-box for the S3 driver. Now you can easily generate them for local files too!
By Stephen Rees-Carter | Apr 01, 2025



#Honey Badger

A guide to custom model casts in Laravel

Mutators. Accessors. Casts. What do all these terms mean? In this article, we'll dive into what they are and how to use them in your Laravel application. We'll also learn how to create and test your own custom Laravel casts and store objects in the database.
By Ashley Allen | Mar 31, 2025



#Dev.to

Symfony Station Communiqué — 28 March 2025 — A look at Symfony, Drupal, PHP, and other programming news!

#symfony #drupal #php #programming
By Reuben Walker, Jr. | Mar 31, 2025


We struggled at $1k MRR for a year… then hit $1k MRR in 2 weeks (and here's why)

#startup #saas #laravel #chatgpt
By Hugo Arias-Benamou | Mar 31, 2025


2551. Put Marbles in Bags

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


Understanding `sometimes` vs. `nullable` in Laravel Validation: When to Use Each

#laravel #php #beginners #ai
By Sospeter Mong'are | Mar 31, 2025


Laravel is How Development Should Be

#php #laravel #programming
By James 'Dante' Midzi | Mar 31, 2025


Have you used Rust (or Go, or anything else) and just felt relieved by how they treat errors?

#discuss #php #programming #rust
By Daniel Reis | Mar 31, 2025


PHP (Laravel) + gRPC

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


How to serve PHP without Apache Distribution 🎅

#php #laravel #xampp #apache
By aryan015 | Apr 01, 2025


2140. Solving Questions With Brainpower

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 01, 2025


How to use Horizon and Redis together for distributed systems in Laravel

#laravel #redis #distributedsystems #softwaredevelopment
By Hamza Sehouli | Apr 01, 2025


A Comprehensive Comparison of Laravel and CodeIgniter

#laravel #php #codeigniter #webdev
By Hamza Sehouli | Apr 01, 2025


Here’s why I opt for Laravel — A Personal Perspective on its Evolution and its Role in Modern Web Development

#laravel #webdev #programming #php
By Hamza Sehouli | Apr 01, 2025


Laravel Mix — A Great Tool for Compiling Assets for Laravel Developers

#laravel #webdev #programming #php
By Hamza Sehouli | Apr 01, 2025


Introduction to Laravel’s MVC architecture — A Complete Beginner’s Guide with Examples and Workflows

#laravel #webdev #php #mvc
By Hamza Sehouli | Apr 01, 2025


Smooth login with GitHub OAuth using Socialite for Laravel 12

#github #laravel #webdev #php
By Hamza Sehouli | Apr 01, 2025


Using Laravel Octane + RoadRunner to Build a Supersonic Application Server

#laravel #webdev #php #roadrunner
By Hamza Sehouli | Apr 01, 2025


Understanding numeric types in Laravel migration schemas: Integer, Float, Decimal, Double

#laravel #webdev #php #mysql
By Hamza Sehouli | Apr 01, 2025


Laravel 12 with MongoDB — A Comprehensive Guide with Practical Examples

#laravel #webdev #php #mongodb
By Hamza Sehouli | Apr 01, 2025


How To Build A Telegram Bot With Laravel 12

#laravel #php #telegram #webdev
By Hamza Sehouli | Apr 01, 2025


PHP: random failures in tests

#programming #php #beginners #test
By spO0q | Apr 01, 2025


Beginner's Guide to Laravel Middlewares: Everything You Need to Know

#laravel #php #webdev #web
By Ionut Cornea | Apr 01, 2025


Improving Eloquent: BuilderExtensions versus Scopes

#php #laravel
By david duymelinck | Apr 01, 2025


How to Implement Google Login in Laravel

#webdev #beginners #laravel #googlecloud
By Sospeter Mong'are | Apr 01, 2025


How to Be a Senior PHP Developer (Without Faking It)

#php #webdev #programming #tutorial
By Shakil Alam | Apr 01, 2025


How I Managed to Take My Laravel Application to the Serverless World (And How I Almost Died Trying)

#laravel #php #serverless #aws
By Hermann D. Schimpf | Apr 01, 2025


Real-time with Laravel + Reverb: how to make your app interactive in real-time

#programming #php #laravel
By Aleson França | Apr 02, 2025


Assistance with PHP Code?

#php #webdev #discuss
By Nick Scott | Apr 02, 2025


2873. Maximum Value of an Ordered Triplet I

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 02, 2025


PHP Fiber: The Future of Asynchronous PHP Programming

#php #webdev #programming #newbie
By Patoliya Infotech | Apr 02, 2025


SymfonyLive Paris 2025 : Ce qu’il faut retenir

#symfony #symfonylive #discuss #php
By Thérage Kévin | Apr 02, 2025


Easily create products from admin panel and display in website using Laravel app

#laravel #webdev #productivity
By Basebasket | Apr 02, 2025


🚀 Laravel 12 Resmi Rilis! Inilah Fitur-Fitur Terbarunya yang Bikin Ngoding Makin Seru!

#livewire #laravel #php #webdev
By Syafiq Rizky Fauzi | Apr 03, 2025


2874. Maximum Value of an Ordered Triplet II

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 03, 2025


Laravel vs Symfony Comparison

#laravel #php #symfony #webdev
By Hamza Sehouli | Apr 03, 2025


Laravel Herd, The Easy PHP Dev Solution on Windows

#laravel #webdev #php #laravelherd
By Hamza Sehouli | Apr 03, 2025


Unleash the power and flexibility of Laravel Facades

#laravel #php #webdev
By Hamza Sehouli | Apr 03, 2025


Avoid common problems and leaks by managing PHP memory efficiently

#php #programming #webdev
By Hamza Sehouli | Apr 03, 2025


Understanding Rate Limiting and Throttling in Laravel 12 APIs

#php #webdev #laravel
By Hamza Sehouli | Apr 03, 2025


Top Laravel Packages 2025

#laravel #webdev
By Hamza Sehouli | Apr 03, 2025


Laravel repositories — Do you really need them?

#laravel #webdev #php
By Hamza Sehouli | Apr 03, 2025


What’s New in Laravel 12?

#laravel #webdev #php
By Hamza Sehouli | Apr 03, 2025


Laravel Cashier with Stripe. An introductory guide to handling subscriptions and payments

#laravel #php #stripe #webdev
By Hamza Sehouli | Apr 03, 2025


Role-based access control in Laravel with Spatie’s Laravel-permission package

#laravel #spatie #webdev #php
By Hamza Sehouli | Apr 03, 2025


Fixing Select2 Issues in Laravel Livewire 3: A Frustrating but Solvable Challenge

#laravel #php #livewire #webdev
By Jufianto Henri | Apr 03, 2025


Navigating Regulatory Compliance in API Development

#fintech #payments #api #php
By Drew Harris | Apr 03, 2025


Refactoring if-else code blocks to Strategy pattern with Symfony service locator

#php #symfony #designpatterns #refactoring
By Jacek Barecki | Apr 03, 2025


🚀 Introducing Laravel Cookie Consent – The Ultimate GDPR Compliance Solution for Laravel

#laravel #composer #gdpr
By Rabiul Islam | Apr 04, 2025


1123. Lowest Common Ancestor of Deepest Leaves

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 04, 2025


⚔️ Laravel vs Node.js – Are You Choosing the Right Backend for Your Project?

#laravel #node #webdev #programming
By DCT Technology Pvt. Ltd. | Apr 04, 2025


Quick Integration of Bitcoin Payments with Apirone SDK for PHP — in 5 Steps

#cryptocurrency #php
By Apironе | Apr 04, 2025


How to integrate Laravel with Apache Kafka

#kafka #programming #php #laravel
By Aleson França | Apr 04, 2025


What is Apache Server? Why do we use it?

#webdev #backend #devops #php
By Harshita Sharma D | Apr 04, 2025


How I Built a 100/100 SEO Site Using Raw PHP, MySQL, and No Frameworks (The Nova Stack)

#php #lighthouse #performance #sharedhosting
By donnie welsh | Apr 04, 2025


Mocking API Requests in Unit Tests

#php #phpunit #tdd #api
By Jarosław Szutkowski | Apr 05, 2025


anyone with strong knowledge about php?

#php #laravel #discuss
By Hasnae Elmir | Apr 05, 2025


Why You Should Use a GDPR-Compliant Cookie Consent in Your Laravel Project

#laravel #package #php
By Rabiul Islam | Apr 05, 2025


Is PHP dead? No, it's evolving!

#php #programming #reactphp #eventdriven
By Eazybright😊😊 | Apr 05, 2025


Hey everyone! I'm Sakhawat Hussain

#laravel #vue #webdev #techcommunity
By sakhawat hussain | Apr 05, 2025


How to Connect a React App with MySQL Database

#database #php #javascript #devops
By Sudhanshu Gaikwad | Apr 06, 2025


I built SubMan – a Laravel app to manage subscriptions with reminders and PDF export

#laravel #webdev #productivity #discuss
By NBA 2k Saison | Apr 06, 2025


One SQL Query That Could Destroy Your Entire Database (And How Hackers Use It)

#cybersecurity #sql #php #privacy
By YuvaSec | Apr 06, 2025


368. Largest Divisible Subset

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Apr 06, 2025


From Web to Desktop with NativePHP: A PHP Developer’s Journey and Lessons Learned

#php #laravel #nativephp #softwareengineering
By Abdullo Akramov | Apr 06, 2025


PHP: generator fun with sun instants

#php
By david duymelinck | Apr 06, 2025


Why We Still Use Laravel, PHP & jQuery at DoozieSoft — And Why We’re Not Ashamed of It

#webdev #laravel #jquery #programming
By Akshay Joshi | Apr 06, 2025


The Pragmatic Dev – At DoozieSoft

#webdev #programming #javascript #php
By Akshay Joshi | Apr 06, 2025


Symfony Station Communiqué — 04 April 2025 — A look at Symfony, Drupal, PHP, and other programming news!

#symfony #drupal #typo3 #php
By Reuben Walker, Jr. | Apr 06, 2025


PHP: Stop using the identical comparison operator everywhere

#php
By david duymelinck | Apr 06, 2025



#Amit Merchant

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 only() method by doing exactly the opposite.When working with Eloquent models, you often need to retrieve a subset of model attributes, perhaps to pass to a view or
By Harris Raftopoulos | Apr 03, 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 HTML-formatted attributes in your Eloquent models.When dealing with rich content or formatted text in your database, you often need to display it without HTML escaping. Laravel has long
By Harris Raftopoulos | Apr 04, 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 'sole' functionality to plain PHP arrays.When working with arrays, you sometimes need to retrieve an item with confidence that it's
By Harris Raftopoulos | Apr 06, 2025



#IT Solution Stuff

Top 5 Tools to Supercharge Your Shopify Order Tracking and Store Intelligence in 2025

In the competitive landscape of eCommerce, simply launching a Shopify store isn`t enough. Smart store owners and marketers understand that growth relies on more than just good products — it`s about …..
#PHP
By Hardik Savani | Mar 31, 2025


Laravel 12 One to One Relationship Example

This article will help you how to use one to one eloquent relationship in laravel 12 application. we will use hasOne and belongsto method for one to one relationship.

One to One model relationship is…..
#Laravel
By Hardik Savani | Apr 01, 2025


Laravel 12 Has Many Through Relationship Example

In this article, I will show you how to use has many through relationship in laravel 12 application. we will use hasManyThrough() method for has many through relationship.

In Laravel, a "Has Many Thr…..
#Laravel
By Hardik Savani | Apr 02, 2025


Laravel 12 Many to Many Eloquent Relationship Tutorial

In this post, I will show you many to many relationship in laravel 12 application. we will use belongsToMany() eloquent method for many to many relationship.

In Laravel, a many-to-many relationship b…..
#Laravel
By Hardik Savani | Apr 02, 2025


Laravel 12 One to Many Eloquent Relationship Tutorial

I will show you how to use one to many relationship in laravel 12 application. we will use hasMany() and belongsTo() method of eloquent.

In Laravel 12, a one-to-many relationship between a "posts" ta…..
#Laravel
By Hardik Savani | Apr 03, 2025


Laravel 12 REST API with Passport Authentication Tutorial

In this post, I will show you how to create REST API with Passport Authentication in laravel 12 application. We will learn from scratch about APIs, REST APIs, and Laravel Passport, and create an examp…..
#Laravel
By Hardik Savani | Apr 04, 2025


Laravel 12 ChartJS Chart Example Tutorial

In this post, I will show you how to create line chart using chartjs in laravel 12 application. we can also create Line Charts, Bar Charts, Pie Charts, Area Charts, etc using chartjs js.

Chart.js is …..
#Laravel
By Hardik Savani | Apr 05, 2025