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
Jul 18, 2023 · Frontend Development

Apache ECharts 5.4.3 Release: New Features and Bug Fixes

Apache ECharts 5.4.3, the open‑source JavaScript visualization library, introduces new features such as axisPointer triggerEmphasis, Sankey trajectory for emphasis, and numerous bug fixes across components like Sankey, Sunburst, Graph, Label, Axis, Pie, Custom, Legend, Util, API, i18n, and Type handling.

Data VisualizationEChartsrelease-notes
0 likes · 3 min read
Apache ECharts 5.4.3 Release: New Features and Bug Fixes
Laravel Tech Community
Laravel Tech Community
Jul 16, 2023 · Backend Development

Creating Export Classes and Exporting Data with Laravel Excel (Lysice XlsWriter)

This tutorial explains how to generate export classes in Laravel, implement array, query, or collection exports, customize column headers, download files directly, specify file names, formats, response headers, store exports to disk, set document options, and reuse exports with traits, all using the Lysice XlsWriter package.

Backend DevelopmentExcel ExportLaravel
0 likes · 4 min read
Creating Export Classes and Exporting Data with Laravel Excel (Lysice XlsWriter)
Laravel Tech Community
Laravel Tech Community
Jul 13, 2023 · Databases

MyBatis-Flex: An Elegant MyBatis Enhancement Framework

MyBatis-Flex is a lightweight, high‑performance extension to MyBatis that adds full CRUD, pagination, multi‑table and batch operations while preserving all MyBatis features, supports multi‑datasource relations, recursive queries, and provides extensive annotations such as @Relation for flexible data mapping, with recent v1.4.9 updates and bug fixes.

AnnotationsJavaMyBatis
0 likes · 5 min read
MyBatis-Flex: An Elegant MyBatis Enhancement Framework
Laravel Tech Community
Laravel Tech Community
Jul 13, 2023 · Backend Development

Laravel XlsWriter: High‑Performance Excel Read/Write Extension Guide

This article introduces the Laravel‑XlsWriter package, explains its high‑performance PHP‑C extension features for writing and reading Excel files, and provides step‑by‑step installation, configuration, and usage instructions including service provider registration, facade aliasing, publishing, and mode options.

Excelbackend
0 likes · 4 min read
Laravel XlsWriter: High‑Performance Excel Read/Write Extension Guide
Laravel Tech Community
Laravel Tech Community
Jul 10, 2023 · Backend Development

Implementing Random Double Color Ball Selection in PHP Using Arrays

This article explains how to implement a random Double Color Ball (Shuangseqiu) lottery number generator using PHP arrays, detailing the definition of red and blue ball arrays, random selection with array_rand(), and outputting the results via foreach loops, along with the complete source code.

ArrayLotterybackend
0 likes · 6 min read
Implementing Random Double Color Ball Selection in PHP Using Arrays