datalogix/laravel-utils
最新稳定版本:v5.7.0
Composer 安装命令:
composer require datalogix/laravel-utils
包简介
A Laravel package that provides a set of useful utilities and service providers to enhance your application.
README 文档
README
A Laravel package that provides a set of useful utilities and service providers to enhance your application.
Installation
You can install the package via composer:
composer require datalogix/laravel-utils
The package will automatically register itself.
✅ Features
These features work out of the box—no additional configuration required:
-
🌍 Multi-language Support Includes built-in translations for English (
en) and Brazilian Portuguese (pt_BR). Files are auto-loaded and can be published for customization. -
✔️ Respect Validation Integration Automatically integrates Respect Validation via datalogix/laravel-validation, with zero setup required.
-
🧠 Enhanced Query Builder Adds useful, reusable macros to Laravel's query builder for cleaner and more expressive queries — powered by datalogix/laravel-builder-macros.
-
🧩 Sensible Defaults for Laravel Applies opinionated, production-ready defaults to improve performance, security, and testability — powered by datalogix/laravel-sensible.
-
🛠️ Console Support Translation files can be published using Artisan when running in the console environment.
Translations
To publish the Portuguese (pt_BR) language files, run:
php artisan vendor:publish --provider="Datalogix\Utils\UtilsServiceProvider" --tag="lang"
统计信息
- 总下载量: 948
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-10-17