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.6k
Views
0
Comments
Recent Articles

Latest from Laravel Tech Community

100 recent articles max
Laravel Tech Community
Laravel Tech Community
Sep 21, 2023 · Fundamentals

2023 Programmer Salary Report: Median Compensation Across Companies, Levels, and Regions

The 2023 Levels.fyi programmer salary report, based on over 150,000 submissions, reveals median total compensation—including salary, equity, and bonuses—by role, company, and region, highlighting entry‑level leaders like Two Sigma, mid‑level peaks at Databricks, principal engineer earnings at Facebook, and the highest‑paying U.S. and Asian locations.

2023 salary reportmedian compensationprogrammer salary
0 likes · 4 min read
2023 Programmer Salary Report: Median Compensation Across Companies, Levels, and Regions
Laravel Tech Community
Laravel Tech Community
Sep 20, 2023 · Information Security

Analysis of a ThinkPHP 6.0 Deserialization Exploit Chain via LeagueFlysystem Cached Storage

This article analyzes a ThinkPHP 6.0 deserialization exploit chain that leverages LeagueFlysystem's cached storage classes, detailing the sequence from __destruct to write, showing how controllable parameters enable arbitrary file writes and providing a proof‑of‑concept demonstration.

DeserializationInformation SecurityLeagueFlysystem
0 likes · 7 min read
Analysis of a ThinkPHP 6.0 Deserialization Exploit Chain via LeagueFlysystem Cached Storage
Laravel Tech Community
Laravel Tech Community
Sep 17, 2023 · Backend Development

Interview Question: Understanding RPC Frameworks and Their Differences from SOA, SOAP, and REST

This article explains the concept and implementation principles of RPC frameworks, describes the roles of provider, consumer, and registry, outlines the communication, addressing, serialization, and service invocation steps, and compares RPC with SOA, SOAP, and REST in terms of architecture and usage.

Distributed SystemsRESTRPC
0 likes · 8 min read
Interview Question: Understanding RPC Frameworks and Their Differences from SOA, SOAP, and REST
Laravel Tech Community
Laravel Tech Community
Sep 14, 2023 · Backend Development

Implementing WeChat OAuth Login with PHP

This article explains how to implement WeChat OAuth login in a PHP web application, detailing required prerequisites, the authorization flow with URL endpoints, and providing a complete PHP function that exchanges the code for an access token, refreshes it if needed, and retrieves the user's nickname and avatar for storage.

OAuthPHPlogin
0 likes · 5 min read
Implementing WeChat OAuth Login with PHP
Laravel Tech Community
Laravel Tech Community
Sep 13, 2023 · Cloud Native

Docker 24.0.6 Release: Bug Fixes, Feature Enhancements, and Packaging Updates

Docker version 24.0.6 introduces numerous bug fixes and feature enhancements—including fixes to containerd storage backend commands, overlayfs snapshotter issues, network isolation rules, and Windows service registration—alongside packaging updates such as upgrading Go to 1.20.7, containerd to v1.7.3, and Compose to v2.21.0.

Bug FixesCloud NativeDocker
0 likes · 5 min read
Docker 24.0.6 Release: Bug Fixes, Feature Enhancements, and Packaging Updates
Laravel Tech Community
Laravel Tech Community
Sep 12, 2023 · Information Security

OpenSSL 3.2 Alpha Release Introduces New Features and Protocol Support

The OpenSSL 3.2 Alpha has been released, adding client‑side QUIC support, TLS certificate compression, deterministic ECDSA, expanded Ed25519/Ed448 capabilities, AES‑GCM‑SIV, Argon2 with thread‑pool, HPKE, raw public‑key TLS, TCP Fast Open, pluggable post‑quantum signatures, Brainpool curves, SM4‑XTS, and optional Windows certificate‑store integration.

Alpha ReleaseOpenSSLProtocols
0 likes · 2 min read
OpenSSL 3.2 Alpha Release Introduces New Features and Protocol Support
Laravel Tech Community
Laravel Tech Community
Sep 11, 2023 · Backend Development

Installing and Configuring Xdebug with PhpStorm for PHP Debugging

This guide walks through downloading the Xdebug extension, adding the required php.ini settings, configuring PhpStorm and Chrome helper extensions, using the debugging toolbar, and troubleshooting common issues to enable effective PHP breakpoint debugging.

Backend DevelopmentIDE configurationPhpStorm
0 likes · 5 min read
Installing and Configuring Xdebug with PhpStorm for PHP Debugging