Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Processing Webhooks From Multiple Origins Using Laravel

Most tutorials on processing webhooks in laravel applications assume that your application is expecting webhooks from one origin. In this tutorial, you are going to learn how process webhooks from mul...
29.04.2025 0 Read More

⚡ VeltoPHP: The Lightweight Framework Challenging Laravel’s Heavyweight Status

⚡ VeltoPHP: The Lightweight Framework Challenging Laravel’s Heavyweight Status
In the world of PHP web development, Laravel has earned its place as the dominant force. With elegant syntax, powerful tools, and a massive ecosystem, it’s no wonder so many developers rely on it.Bu...
30.04.2025 0 Read More

🚀 Laravel API Starter Kit: Build APIs Faster with Modern Tools

🚀 Laravel API Starter Kit: Build APIs Faster with Modern Tools
Building robust APIs with Laravel just got easier. Introducing the Laravel API Starter Kit—a modern, Dockerized foundation designed to accelerate your backend development. Idea Bri...
30.04.2025 0 Read More

A Handy Way to Handle API Validation in Laravel

We all want our code to be clean, maintainable, and high-quality. As someone who really values good architecture, I want to share an idea on how to avoid creating tons of repetitive Form Request class...
30.04.2025 0 Read More

📚 Meet denason/wikipedia – A Laravel package to talk to Wikipedia like a pro

📚 Meet denason/wikipedia – A Laravel package to talk to Wikipedia like a pro
⛶# 📚 Meet `denason/wikipedia` – A Laravel package to talk to Wikipedia like a pro Hey devs! 👋 Ever wanted to pull some info from Wikipedia into your Laravel app without fighting...
30.04.2025 0 Read More

Action-Domain-Responder VS. MVC: Laravel Implementation Example

Action-Domain-Responder VS. MVC: Laravel Implementation Example
Basically, Action-Domain-Responder (ADR) is simply an improved version of the classic Model-View-Controller (MVC) pattern, nothing more.Here are the main advantages of ADR compared to MVC:1. Better Do...
30.04.2025 0 Read More

# When Laravel Feels Too Heavy: Why Velto Was Created?

# When Laravel Feels Too Heavy: Why Velto Was Created?
In recent years, Laravel has established itself as one of the most dominant PHP frameworks in the industry. It's elegant, expressive, and equipped with a vast ecosystem of tools — from ORM, routing,...
01.05.2025 0 Read More

Improving Query Performance: Organized WHERE Clauses and Eager Loading 👨‍🔬

Improving Query Performance: Organized WHERE Clauses and Eager Loading 👨‍🔬
Let's illustrate the importance of properly ordering conditions in the WHERE clause.❌ Unorganized Search Query:In this version, the query logic lacks parentheses to group the conditions properly. As...
01.05.2025 0 Read More

Installing and Setting Up Doctrine ORM in Laravel 12

Integrating Doctrine ORM into your Laravel 12 project provides powerful object-relational mapping and flexible database management. By leveraging the APCu cache, you can dramatically boost performance...
02.05.2025 0 Read More

10 Essential Laravel Helpers You Should Be Using

Laravel offers many global helper functions that make your code cleaner and easier to write. In this post, I’ll show you 10 helper functions I often use in real projects — they can help you write ...
02.05.2025 0 Read More
Loading...
#reading
สร้าง Detection language and Translation โดยใช้ Python
0
Write Internals and Get CGPA ❌ | Bunk Internals and Win Hackathons ✅ - Our Hack to Crack 2.0 Journey
0
Funding Open Source Software: Sustaining the Backbone of Modern Digital Innovation
0
Recursion For Factorial Easyyyy
0
🖥️ No IDE? No Problem: How I Started an EC2 Instance Using AWS CloudShell and SSH’d in From the Terminal
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
What is Model Context Protocol (MCP): Explained in detail
0
Beginner's Guide to the Model Context Protocol (MCP)
0
How to Run DeepSeek Locally Using Ollama
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0