Laravel Tech Community
Author

Laravel Tech Community

Specializing in Laravel development, we continuously publish fresh content and grow alongside the elegant, stable Laravel framework.

1.5k
Articles
0
Likes
3.1k
Views
0
Comments
Recent Articles

Latest from Laravel Tech Community

100 recent articles max
Laravel Tech Community
Laravel Tech Community
Mar 23, 2026 · Backend Development

How to Seamlessly Connect Chinese LLMs to Laravel AI SDK

This guide explains how to integrate domestic large language models such as Qwen, Hunyuan, and DeepSeek with Laravel AI SDK by configuring custom base URLs and API keys, providing step‑by‑step installation, model configuration, sample code, and a unified service class for backend applications.

AI integrationChinese LLMsLaravel
0 likes · 15 min read
How to Seamlessly Connect Chinese LLMs to Laravel AI SDK
Laravel Tech Community
Laravel Tech Community
Mar 22, 2026 · Backend Development

Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK

This article explores how Laravel 13 integrates AI through Laravel Boost and the Laravel AI SDK, detailing why Laravel is ideal for AI development, the core capabilities of Boost, installation steps, configuration examples, supported providers, practical code snippets, and best‑practice recommendations for secure, cost‑effective AI integration.

AIAI SDKBoost
0 likes · 15 min read
Unlock Laravel 13 AI Power: Deep Dive into Boost and AI SDK
Laravel Tech Community
Laravel Tech Community
Dec 11, 2025 · Backend Development

What’s New in Laravel 12.42.0? A Deep Dive into Performance, Type Safety, and Observability

This article dissects Laravel 12.42.0’s high‑impact changes—ranging from tighter Context::scope() return types and a new duration() helper to route‑cache lazy deserialization, eager‑load column trimming, jitter‑enhanced retry strategies, and JSON‑safe logging—while providing upgrade steps, benchmark results, and practical tips for seamless migration.

Upgradetype-safety
0 likes · 12 min read
What’s New in Laravel 12.42.0? A Deep Dive into Performance, Type Safety, and Observability
Laravel Tech Community
Laravel Tech Community
Dec 10, 2025 · Information Security

Why 1Panel’s TLS Policy Lets Attackers Execute Remote Commands

The open‑source 1Panel Linux management panel suffered a remote command execution flaw because vulnerable versions used tls.RequireAnyClientCert, allowing self‑signed certificates with a forged CN to bypass verification, which was fixed by switching to tls.RequireAndVerifyClientCert and loading a trusted root CA.

1PanelCVE-2025-54424Information Security
0 likes · 3 min read
Why 1Panel’s TLS Policy Lets Attackers Execute Remote Commands
Laravel Tech Community
Laravel Tech Community
Dec 10, 2025 · Backend Development

Why State‑Owned Enterprises Shun PHP and What PHP 8 Brings to the Table

The article analyses why central and state‑owned enterprises in China rarely recruit PHP developers while private firms hire them en masse, then details PHP 8’s eight major advantages, seven notable drawbacks, and offers practical career advice for developers targeting different enterprise environments.

Enterprise HiringPHPPHP8
0 likes · 9 min read
Why State‑Owned Enterprises Shun PHP and What PHP 8 Brings to the Table
Laravel Tech Community
Laravel Tech Community
Aug 20, 2025 · Databases

Three Powerful Ways to Perform Cumulative Queries in SQL

This article explains three techniques for performing cumulative queries in SQL—using a subquery, a Cartesian product with grouping, and a window function—detailing when each method is appropriate, especially for MySQL versions lacking native window support.

MySQLSQLSubquery
0 likes · 2 min read
Three Powerful Ways to Perform Cumulative Queries in SQL