Download the PHP package datalogix/laravel-utils without Composer
On this page you can find all versions of the php package datalogix/laravel-utils. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download datalogix/laravel-utils
More information about datalogix/laravel-utils
Files in datalogix/laravel-utils
Package laravel-utils
Short Description A Laravel package that provides a set of useful utilities and service providers to enhance your application.
License MIT
Homepage https://github.com/datalogix/laravel-utils
Informations about the package laravel-utils
Laravel Utils
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:
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:
All versions of laravel-utils with dependencies
datalogix/laravel-builder-macros Version ^4.0
datalogix/laravel-sensible Version ^1.0
datalogix/laravel-validation Version ^3.0
illuminate/support Version ^11.39|^12.0