Table of Contents


#Freek Dev

SQLite vs. MySQL: What are the differences between MySQL and SQLite?

The choice between the two depends on the specific requirements and use case of the application.
By | Jan 20, 2025


Manually setting the intended URL for routes in Laravel

Laravel’s redirect response can be manually set to redirect users back to a specific URL after authentication or feedback submission.
By | Jan 21, 2025


Manually setting the intended URL for routes in Laravel

Laravel’s redirect response can be manually set to redirect users back to a specific URL after authentication or feedback submission.
By | Jan 21, 2025


SQL NULLs are Weird!

Here are some special cases that you should keep in mind when working with NULL.
By | Jan 22, 2025


How Geocodio keeps 300M addresses up to date

Using a Laravel pipeline is always nice to structure a process like this.
By | Jan 23, 2025


Download Files Easily with Laravel's HTTP sink Method

Here's another nifty Laravel method
By | Jan 24, 2025


PHP Fibers: How PHP is Finally Warming Up to Asynchronous Programming

PHP Fibers, introduced in PHP 8.1, enable asynchronous programming by allowing functions to pause and resume execution. Here are some good examples on how to use them.
By | Jan 26, 2025



#Laravel io

Serve a Laravel project on Web, Desktop and Mobile with Tauri

How to display a Laravel project simultaneously on the web, your operating system, and your mobile d…
#Artisan #Laravel #Packages
By mho | Jan 23, 2025



#Medium

Enhancing Data Creation Efficiency with Laravel’s recycle Method

Laravel’s factory system introduces the powerful recycle method, enabling the reuse of existing model instances across multiple factory…
By I Nyoman Jyotisa | Jan 20, 2025


Hard Truths About the Laravel Talent Market and Retention Strategies

Discover the hard truths about the Laravel talent market, including challenges in finding skilled developers, high demand.
By Mukesh Ram | Jan 20, 2025


Cultivating a Talent-Retention Mindset for Securing Laravel Experts

Discover how a talent-retention mindset can help your business secure Laravel experts. Learn strategies for hiring & retaining developers.
By Mukesh Ram | Jan 20, 2025


Cultivating a Talent-Retention Mindset for Securing Laravel Experts

Discover how a talent-retention mindset can help your business secure Laravel experts. Learn strategies for hiring & retaining developers.
By Ahmed Ginani | Jan 20, 2025


Creating Autonomous Agents in PHP for Workflow Automation

The coffee maker whirred, your lights dimmed just enough for focus, and the perfect lo-fi playlist started in the background — all without…
By Asian Digital Hub | Jan 20, 2025


Debunking PHP in 2025: 10 Stubborn Myths That Just Won’t Die

Despite PHP’s continued evolution and widespread use in web development, misconceptions about the language persist. Let’s tackle some of…
By CodeMoox | Jan 20, 2025


Overcoming Challenges in Installing React.js v19 with Laravel: A Quick Guide

Integrating React.js v19 with Laravel is a popular approach for building modern web applications. However, many developers face issues…
By Usman's Blog | Jan 21, 2025


How To Fix WP-Admin Redirects to Homepage Issue [5 Easy Ways]

The issue of wp-admin redirects to the homepage can be frustrating, but it’s a common problem that many WordPress users face. This article…
By Hamza Hanif | Jan 21, 2025


Debugging and Problem-Solving Strategies for a PHP Developer

PHP powers countless websites and web apps on the Internet. As a widely-used scripting language, it’s essential for creating dynamic web…
By Pamela Salon | Jan 21, 2025


Build Decoupled Like a Pro with PHP and Jamstack

What if I told you the way you’re building web applications is holding you back? Not just a little — like trying-to-run-in-quicksand kind…
By Asian Digital Hub | Jan 21, 2025


Mastering JSON Serialization in Laravel for API Responses

Laravel simplifies the process of transforming Eloquent models into JSON, a crucial step for building robust API responses. Among its many…
By I Nyoman Jyotisa | Jan 22, 2025


WordPress Hacking 2025

XML-RPC file wordpress vulnerability
By Mr Horbio | Jan 22, 2025


Full-Stack PHP Without JavaScript? Can It Be Done?

You’re staring at your keyboard, fingers hovering over the keys, thinking, “Why does every web app these days need JavaScript?” It’s a…
By Asian Digital Hub | Jan 22, 2025


30 Genius Laravel Vapor Tricks You’ll Use So Often, They’ll Feel Like Second Nature

Take Advantage of Edge Computing
By Enigma of the Stack | Jan 22, 2025


How To Do Your Website On Page SEO With Yoast Premium?

If you’re looking to attain top rankings on Google for your WordPress website, I’m here to offer comprehensive Technical and On-Page SEO…
By OnlinePro Services | Jan 22, 2025


How I plan on scaling my Laravel (PHP) application

I am building 10MPage.com which captures the state of the internet in 2025. Every internet user is allowed to upload a small image of 64×64…
By Vincent Bean | Jan 22, 2025


Payment Processor vs. Payment Facilitator | What Are The Differences

When managing online transactions, understanding the distinction between a payment processor and a payment facilitator is essential for…
By Hamza Hanif | Jan 23, 2025


Ditch the Chaos — Scale APIs Easily with PHP CQRS

Scaling APIs feels like playing whack-a-mole. One moment your endpoints are lightning-fast, the next they’re crawling because the database…
By Asian Digital Hub | Jan 23, 2025


Event Sourcing Frameworks with PHP

The way we handle application data is undergoing a seismic shift.
By Asian Digital Hub | Jan 23, 2025


Is PHP, at its age of 30 in 2025, Past Its Prime?

Introduction: The latest TIOBE index shows PHP’s popularity has fallen to an all-time low, ranking 17th. The annual Stack Overflow…
By Frederick Taylor | Jan 23, 2025


What Single Object, If Sent Back 2000 Years in Time, Would Have the Most Profound Effect on…

The question of which single object, if sent back 2000 years, would have the most profound effect on civilization is both intriguing and…
By Tayyabaperveen | Jan 23, 2025


Mastering Deep Array Updates in Laravel with the replaceRecursive Method

When working with complex data structures in Laravel, especially arrays that contain nested elements, updating specific parts of the array…
By I Nyoman Jyotisa | Jan 24, 2025


Stop API Overload! Master PHP Rate Limiting to Safeguard Your Backend

It starts innocently enough. A surge of requests from a seemingly harmless client, or maybe your latest feature launch goes viral.
By Asian Digital Hub | Jan 24, 2025


Twig Filters in Symfony 7

How to filter your data in the template
By Tihomir Manushev | Jan 24, 2025


10 Critical PHP Development Mistakes That Could Break Your Application in 2025

Are you making these common PHP mistakes? Whether you’re a seasoned developer or starting, these pitfalls can trip up even the best of us…
By CodeMoox | Jan 24, 2025


Elementor Becomes the Element of Surprise: Security Vulnerabilities.

Late 2023, a Blog Post about Elementor’s Critical Vulnerability Affected 5+ Million Websites
By Raffy Repiso | Jan 25, 2025


Twig Functions in Symfony 7

Add logic to your templates
By Tihomir Manushev | Jan 25, 2025


🚀Laravel 11 + Vue 3:Routing

Before proceeding to the routing part, check Laravel + Vue: Basic Integration if you’ve not checked it out yet.
By Adarsh Haldar | Jan 25, 2025


Laravel Chunk() vs Cursor()

Working with large datasets in Laravel requires efficient memory management to ensure smooth application performance. Laravel Eloquent…
By Al Mahfuz | Jan 25, 2025


How to Share Data Between Multiple Views in Laravel

Sharing data across multiple views in Laravel helps you avoid repetitive code and makes your application easier to maintain. For instance…
By TechAI | Jan 25, 2025


Attributes in Laravel Under the Hood.

Attributes in PHP, introduced in version 8.0, provide a way to add metadata to classes, methods, properties, and more. In Laravel…
By Oleksandr Bredikhin | Jan 25, 2025


Simple MVC & Routing example with PHP native

Imagine you‘re building a web application, as it grows your code becomes messy and harder to maintain, In most cases you have HTML mixed…
By L.Malik | Jan 25, 2025


Best Way to Implement Repository Pattern in Laravel

Introduction
By Habibur Rahman | Jan 26, 2025


Taming Complexity with Modular PHP Architectures

Scaling a PHP application can feel like juggling flaming swords while riding a unicycle — challenging, chaotic, and downright terrifying.
By Asian Digital Hub | Jan 26, 2025


Twig Macros in Symfony 7

Reusable Form Components
By Tihomir Manushev | Jan 26, 2025


TryHackMe Smol Writeup

بِسْمِ اللَّهِ الرَّحْمَنِ الرَّحِيمِ
By Qais Hammad | Jan 26, 2025



#Made with Laravel

Filament Oops – Prevent Accidental Filament Panel Edits in Production

"Filament Oops displays a clear Production warning on your production Filament panel, helping you avoid costly mistakes and keeping your development safe.
Filament Oops uses the APP_ENV environment variable to determine the environment your Filament panel is running in. If you're running your Filament panel in production, Filament Oops will display a clear warning on your panel."
#DevTools
By | Jan 20, 2025


laravel-cache-evict – Remove Expired Cache Data

"Some Laravel cache drivers (e.g. file, database) do not have automatic removal of expired cache items. This can be a problem when random keys are used, because those data will not be removed, and storage size will skyrocket out of control.
This maintenance package can efficiently delete those items. It's best used as a scheduled console kernel job and helps clean up Laravel cache drivers."
#Utility
By | Jan 20, 2025



#Mastering Laravel

Reusing language keys within a file

How does Laravel resolve them?
By Joel Clermont | Jan 20, 2025


Changing the default browser in PHPStorm

A little less Chrome in my life
By Joel Clermont | Jan 21, 2025


An even better way to handle conditional notifications

And it's been there since Laravel 8!
By Joel Clermont | Jan 22, 2025


When would you use recycle?

Isn't `for()` enough?
By Joel Clermont | Jan 23, 2025


Mocking policy logic in a test

Feels like a native Laravel test helper
By Joel Clermont | Jan 24, 2025



#Hashnode

Devflow CMF: A WordPress Alternative

Devflow and WordPress have quite a few things in common. Both are self-hosted solutions, coded in PHP, and customizable. Devflow also shares a lot of code with WordPress, but it is definitely not a fork. The similarities in the API, event system, and…
By Joshua Parker | Jan 20, 2025


De Gerente de Producto a Desarrollador Independiente: Una Guía de Transformación de Seis Meses

Siendo realistas, pasar de cero experiencia a ser un desarrollador independiente con todas las de la ley y conseguir trabajos remunerados en menos de tres o cuatro meses es difícil. Si bien he lanzado mis propios proyectos, todavía soy un novato, tal…
By Sofia | Jan 20, 2025


Introducing Symfony Messenger Monitoring

As a Symfony developer, you've probably faced the challenge of adopting the Symfony Messenger component to improve application scalability and general performance.
That's why I'm excited to announce a new feature in our Inspector bundle that brings c…
By Valerio | Jan 20, 2025


¿Es PostgreSQL Mejor Que MySQL?

Un acalorado debate entre desarrolladores a menudo surge sobre si PostgreSQL es superior a MySQL, a veces llevando las discusiones a niveles intensos.

Argumentos a Favor de PostgreSQL

Cumplimiento Estricto de SQL: PostgreSQL se adhiere más de cerc…
By Sofia | Jan 23, 2025


Is PostgreSQL Better Than MySQL?

One day, a group of developers engaged in a heated debate—nearly coming to blows—over whether PostgreSQL is superior to MySQL.

Pro-PostgreSQL Arguments

Stricter SQL Compliance: Implements SQL standards more rigorously than MySQL.

Advanced Stored…
By Sofia | Jan 23, 2025


Level Up Your Laravel Views with <x-layout>: A Beginner's Guide (Herd Edition)

Are you diving into Laravel with Herd and feeling a bit overwhelmed by all the moving parts? You're not alone! One common hurdle for beginners is understanding how to structure your website's layout. Fear not, because Laravel provides a fantastic too…
By Pravin Jadhav | Jan 23, 2025


How to Develop with CodeIgniter on Ubuntu – Step-by-Step Environment Setup

CodeIgniter is a popular open-source PHP framework you can use to build dynamic and robust web applications. It’s simple to use, fast, and flexible. This makes it a good option for any developer who wants to have a light yet powerful framework that w…
By valentine Gatwiri | Jan 24, 2025


Array Destructuring in PHP

Array Destructuring is a process where the values of an array can be directly assigned to separate variables. This makes the code simpler and more readable.
Basic Syntax
Array destructuring uses square brackets [] to assign array elements to variable…
By Abdullah Al Noman Prince | Jan 25, 2025


How to Choose the Right Tech Stack for Your Product

Choosing the right tech stack is a bit like picking the perfect ingredients for your favorite dish.
Get it wrong, and you might end up with something that doesn’t taste quite right! So, how do you make sure your tech stack is just what you need? Let’…
By Himanshu Yadav | Jan 26, 2025


PHP CRUD Application: Step-by-Step Guide

In this blog, we’ll build a simple PHP CRUD application for managing employee records. CRUD stands for Create, Read, Update, and Delete, and this application will demonstrate all these operations using MySQL.
project Structure
config.php
create.php
d…
By Suman Khatri | Jan 26, 2025


Enhancing Code with PHP Attributes and TypeScript Decorators: A Unified Approach

PHP attributes and TypeScript decorators serve similar purposes in their respective languages, allowing developers to attach metadata or behavior to classes, methods, properties, and parameters. Here's a breakdown of their similarities:
PHP Attribute…
By Abbas Roholamin | Jan 26, 2025



#Flare App

Building a micro dependency container, because why not?

When rewriting the Flare framework-agnostic PHP package we needed a dependency container, so we've created our own one!
#Deep Dives
By | Jan 20, 2025



#Securing Laravel

Security Tip: Do You Have an Upgrade Plan?

[Tip #102] In less than 2 weeks, Laravel 10.x will no longer be supported, and PHP 8.1 has less than 12 months left! Do you have an upgrade plan?
By Stephen Rees-Carter | Jan 23, 2025



#Dev.to

Laravel Attributes

#webdev #laravel #php #softwaredevelopment
By Sydney Abuya | Jan 20, 2025


How Goals It 2? An Update on last year’s Website Tech Goals and what’s in store for 2025

#drupal #wordpress #php #fediverse
By Reuben Walker, Jr. | Jan 20, 2025


XAMPP Alternative in Mac for Mysql

#webdev #programming #php #productivity
By shield8994 | Jan 20, 2025


Supervisor Guide for PHP Developers

#webdev #supervisor #php #laravel
By Edgaras | Jan 20, 2025


How to Get Last 7 Days Record in Laravel

#laravel #php #tutorial #webdev
By Saddam Hossain | Jan 20, 2025


How to Use Bootstrap Pagination in Laravel Blade (Tutorial)

#laravel #php #tutorial #learning
By Saddam Hossain | Jan 20, 2025


How To Create Dynamic Apexcharts Using Larapex Charts Package in Laravel 11

#laravel #php #tutorial #beginners
By Saddam Hossain | Jan 20, 2025


How To Move File from One Folder to Another In Laravel

#laravel #php #tutorial #learning
By Saddam Hossain | Jan 20, 2025


Docker Multi-Container Deployment with GitHub Actions in Laravel

#docker #dockerdeployment #laravel #devops
By Mahfuzur Rahman | Jan 20, 2025


Create an API for AG-Grid with Laravel

#laravel #aggrid
By StackPuz | Jan 20, 2025


MVC tutorial for beginners [Laravel beginner series | Part 1]

#programming #oop #laravel #php
By Ionut Cornea | Jan 20, 2025


Tra-La-Laa! From Hero to Superhero with HydePHP! 🦸‍♂️

#hydephp #webdev #laravel #php
By Luca Visciola | Jan 20, 2025


Seeder vs Factory: Populating Test Data in Laravel

#webdev #laravel #php #testing
By varzoeaa | Jan 20, 2025


2661. First Completely Painted Row or Column

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 20, 2025


Go vs Node.js vs PHP: Which Framework Outperforms the Other in Speed and Efficiency?

#go #node #php #webdev
By Leapcell | Jan 20, 2025


Devflow CMF vs WordPress: WordPress Alternative

#php #webdev #wordpress #eventdriven
By Joshua Parker | Jan 20, 2025


Introducing Symfony Messenger Monitoring

#symfony #php #queue #webdev
By Valerio | Jan 20, 2025


An Introduction to PHP and SQLite

#php #sqlite #webdev #tutorial
By Russell 👨🏾‍💻 | Jan 21, 2025


How to Fix Weak TLS/SSL Configuration in Laravel

#cybersecurity #vulnerabilities #laravel #php
By Pentest Testing Corp | Jan 21, 2025


Autocomplete functionality in a Vue.js component using Bootstrap 5

#laravel
By jhomegroup | Jan 21, 2025


Demystifying WordPress setup methods for web devs 😎

#wordpress #php #productivity #tooling
By Celeste van der Watt | Jan 21, 2025


2017. Grid Game

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 21, 2025


Why is PHP losing popularity?

#php #programming
By Alexandre Bento Freire | Jan 22, 2025


PHP Supabase Comments

#supabase #php #opensource #supacomments
By Santhosh Veer | Jan 22, 2025


Understanding PHP Memory Management and Optimization Tips

#php #tooling #performance #optimization
By Patoliya Infotech | Jan 22, 2025


How To Hire A Laravel Developer?

#programming #laravel #developers #webdev
By VelanApps | Jan 22, 2025


1765. Map of Highest Peak

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 22, 2025


How I plan on scaling my Laravel (PHP) application

#webdev #devops #php #linux
By Vincent Boon | Jan 22, 2025


542. 01 Matrix

#php #leetcode #algorithms #programming
By MD ARIFUL HAQUE | Jan 22, 2025


Ecosia: The Search Engine That Plants Trees While You Browse

#webdev #php #javascript #browser
By Parzival | Jan 23, 2025


Test Driven Development in Laravel – Folder Structure & Setup (1)

#laravel #tdd
By Bedram Tamang | Jan 23, 2025


Handling Decimal Calculations in PHP 8.4: Integrating BCMath Object API with Laravel

#laravel #php #bcmath #webdev
By Takeshi Yu | Jan 23, 2025


CORS Misconfigurations in Laravel: Risks and Fixes

#cybersecurity #laravel #vulnerabilities #php
By Pentest Testing Corp | Jan 23, 2025


Day 7: Laravel Asana API Integration

#laravel #php #beginners #tutorial
By Ehtesham Ali | Jan 23, 2025


Effortless Laravel Deployment on Hostinger Using Git: A Step-by-Step Guide

#laravel #hostinger
By vimuth | Jan 24, 2025


How to Sell API Credits in Laravel

#laravel #stripe #api #startup
By Arunas Skirius | Jan 24, 2025


Architecture diagram

#awsarchitecture #cloudcomputing #laravel #secureclouddesign
By Girija | Jan 24, 2025


Laravel Blueprint To built fast laravel app

#php #laravel #database
By Salma | Jan 24, 2025


10 Tips to Optimize Your Laravel Application Performance

#laravel #performance #caching #php
By Savan Rathod | Jan 25, 2025


🚀 Everything You Need to Know About Laravel 12: Release Date, Features, and More

#laravel #php #webdev #coding
By Amit Gupta | Jan 25, 2025


Implementing BayarCash Payment API with Ruby: Validate Checksum

#ruby #rails #php #payment
By Aisha A | Jan 25, 2025


Lil Story about libSQL Extension in PHP

#webdev #php #laravel #database
By Imam Ali Mustofa | Jan 25, 2025


Understanding the Difference Between Laravel and PHP: A Complete Guide

#php #laravel #webdev #programming
By kevin kayasth | Jan 25, 2025


2948. Make Lexicographically Smallest Array by Swapping Elements

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


Built a feature to turn interview preparation process into blog post

#interview #php #ai
By Valera Gurachek | Jan 25, 2025


From Express to Laravel: My Journey of Rewriting a 5-Year-Old REST API (and Surviving the Chaos)

#javascript #webdev #laravel #php
By Imam Ali Mustofa | Jan 26, 2025


Fix Insufficient TLS in Laravel: Guide with Free Security Tools

#cybersecurity #vulnerabilities #laravel #php
By Pentest Testing Corp | Jan 26, 2025


Automate Laravel Deployment on Hostinger with GitHub Actions: A Step-by-Step Guide

#githubactions #laravel #hostinger
By vimuth | Jan 26, 2025


Introduction to Linked Lists in PHP: A Beginner's Guide

#php #linkedlists #webdev #programming
By Wahid | Jan 26, 2025


2127. Maximum Employees to Be Invited to a Meeting

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


Symfony Station Communiqué — 24 January 2025. A look at Symfony, Drupal, PHP, and other programming news!

#symfony #drupal #php #joomla
By Reuben Walker, Jr. | Jan 26, 2025



#Amit Merchant

Fluent Email Validation in Laravel with the Email Rule Object

Need more control over email validation in Laravel? The new Email rule object provides a fluent, extensible way to validate email addresses with precise requirements.Email validation often requires different levels of strictness – from basic format checking to DNS verification and spoofing prevention. Laravel's new Email rule
By Harris Raftopoulos | Jan 20, 2025


Converting Fluent Values to Arrays in Laravel

Need to consistently handle values as arrays in your Fluent instances? Laravel's new array() method provides a clean way to convert values without manual casting.When working with Fluent objects, you often need to ensure values are returned as arrays. Previously, this required manual casting or collection manipulation.
By Harris Raftopoulos | Jan 21, 2025


Elegant Pipeline Cleanup with Laravel's finally Method

Pipeline cleanup gets more elegant in Laravel with the new finally method. This addition simplifies how you handle post-pipeline operations, whether your pipeline succeeds or fails.Managing cleanup operations in pipelines traditionally required wrapping your pipeline in a try-finally block. Laravel's new finally method streamlines this process by
By Harris Raftopoulos | Jan 22, 2025


Customizing Laravel Optimization with –except

Need to customize your Laravel optimization process? The new –except option lets you selectively skip commands during optimization, giving you precise control over the optimization process.When optimizing Laravel applications, you might want to skip certain optimization steps based on your development workflow or specific requirements. The new –except option
By Harris Raftopoulos | Jan 23, 2025


Finding Routes by Action in Laravel

Need to quickly locate routes associated with specific actions? Laravel's new –action option for route:list lets you filter your routes by controller action, making route inspection more efficient.When debugging or documenting your routes, finding all routes that use a specific controller or action can be crucial.
By Harris Raftopoulos | Jan 24, 2025



#Harris Raftopoulos

Some open-source and free Laravel SaaS Starter Kits

If you’re looking to build a SaaS application using Laravel, you might want to consider using a starter kit. A starter kit can help you kickstart your project and save your precious time.
By Amit Merchant | Jan 21, 2025



#IT Solution Stuff

wire:click | Click Event in Laravel Livewire 3 | EP 10

In this post, I will show you how to call wire click event with laravel livewire 3.

In this example, we will create a ProductCreate Livewire component. The component will include a form with input fi…..
#Laravel Laravel Livewire
By Hardik Savani | Jan 20, 2025


Pollo ai Review: Create Romantic AI Kissing Videos Instantly

In the ever-evolving world of AI-driven creativity, Pollo ai stands out as an advanced tool designed to revolutionize video generation. Among its most captivating features is the AI Kiss Generator, wh…..
#PHP
By Hardik Savani | Jan 22, 2025


How to Bypass Originality.AI for Free with Humanizer.Pro

In today's digital landscape, the use of Artificial Intelligence (AI) to generate content has become a staple for students, professionals, and businesses alike. However, as AI tools become increasingl…..
#PHP
By Hardik Savani | Jan 22, 2025