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.

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

Here’s why I opt for Laravel — A Personal Perspective on its Evolution and its Role in Modern Web Development
Me personally, I’ve seen many frameworks come and struggle to stay alive due to discontinuous improvement and updates, but few have lasted.Some people say PHP is dying, but obviously it powers a lot...
01.04.2025 0 Read More

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

Laravel Mix — A Great Tool for Compiling Assets for Laravel Developers
As your application grows, managing CSS, JavaScript, and other front-end, and other front-end frameworks and assets can get complicated.That’s where Laravel Mix comes in. It makes things easier and ...
01.04.2025 0 Read More

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

Introduction to Laravel’s MVC architecture — A Complete Beginner’s Guide with Examples and Workflows
Known for its elegant syntax and developer-friendly structure, Laravel is one of the most powerful PHP frameworks out there.Laravel’s core architecture is Model-View-Controller (MVC), a design patte...
01.04.2025 0 Read More

Smooth login with GitHub OAuth using Socialite for Laravel 12

Smooth login with GitHub OAuth using Socialite for Laravel 12
Laravel Socialite simplifies OAuth authentication by providing an elegant interface for integration with external services such as GitHub, Google, and Facebook. This guide will show you how to set up ...
01.04.2025 0 Read More

Using Laravel Octane + RoadRunner to Build a Supersonic Application Server

Using Laravel Octane + RoadRunner to Build a Supersonic Application Server
Developers need to adopt modern technologies that can handle increasing traffic and workloads, scalable and high performance applications continue to grow. Legacy process managers such as PHP-FPM have...
01.04.2025 0 Read More

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

Understanding numeric types in Laravel migration schemas: Integer, Float, Decimal, Double
If you’ve ever written a Laravel migration, you’ve likely been confused and stuck on picking the right column type for your numeric data when you pick Laravel for your Ecommerce or Invoicing appli...
01.04.2025 0 Read More

Laravel 12 with MongoDB — A Comprehensive Guide with Practical Examples

Laravel 12 with MongoDB — A Comprehensive Guide with Practical Examples
Laravel has traditionally supported SQL databases such as MySQL and PostgreSQL, but as of Laravel 11, it can also be seamlessly integrated with NoSQL databases such as MongoDB.MongoDB is one of the mo...
01.04.2025 0 Read More

How To Build A Telegram Bot With Laravel 12

How To Build A Telegram Bot With Laravel 12
Telegram offers powerful APIs for sending and receiving, commanding and bot integration. Interacting with Telegram using HTTP requests and webhooks is easy with Laravel 12.In this guide, we’ll explo...
01.04.2025 0 Read More

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

In Laravel, middleware is an essential concept that helps manage HTTP requests entering your application. Think of it as a filter that sits between a request and your application's logic, allowing you...
01.04.2025 0 Read More

Improving Eloquent: BuilderExtensions versus Scopes

Because of my comment on the Eloquent Builder post I wanted to start the Eloquent improvement with scopes. The scopes functionality Eloquent has two types of scopes, global and local. The glob...
01.04.2025 0 Read More
Loading...
#reading
Useful Linux Commands
0
174/365 | ¥10M Job Challenge - Anxiety about time
0
5 Common Mistakes Beginners Make in CSS (And How to Fix Them)
0
Moving data from mysql to postgresql
0
How I Learned Linux: A Deep Dive into Debugging, Troubleshooting, and System Mastery
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0