labkito/laravel-helper
最新稳定版本:v1.0.2
Composer 安装命令:
composer require labkito/laravel-helper
包简介
A collection of Laravel helper functions (datatable, etc.)
README 文档
README
This package provides a set of helper functions to streamline common tasks in Laravel applications. It includes datatables, encryption, and output standartization features.
Installation
You can install the package via Composer:
composer require labkito/laravel-helper
Generate Template
To generate the necessary template files, run the following Artisan command:
php artisan labkito-helper:install
Documentation
Datatable
The datatable() helper simplifies building dynamic, server-side DataTable responses in Laravel.
It supports filtering, searching, ordering, pagination, custom response mapping, and optional encryption — all in one call.
Encryption
The encryption() helper offers easy-to-use functions for encrypting and decrypting data, ensuring that sensitive information is securely handled.
Output Standartization
The output() standartization helper helps maintain consistent response formats across your application, making it easier to handle API responses and error messages.
统计信息
- 总下载量: 3
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-10-22