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.
Table of contents
Download datalogix/laravel-utils
More information about datalogix/laravel-utils
Files in datalogix/laravel-utils
Download datalogix/laravel-utils
More information about datalogix/laravel-utils
Files in datalogix/laravel-utils
Vendor datalogix
Package laravel-utils
Short Description Laravel Utils is a package that configure simple things, which we usually forget about in our projects.
License MIT
Homepage https://github.com/datalogix/laravel-utils
Package laravel-utils
Short Description Laravel Utils is a package that configure simple things, which we usually forget about in our projects.
License MIT
Homepage https://github.com/datalogix/laravel-utils
Please rate this library. Is it a good library?
Informations about the package laravel-utils
Laravel Utils
Laravel Utils is a package that configure simple things, which we usually forget about in our projects.
Features
- Translations
EN
andpt_BR
- Model unguarded
disabled
- Set locale
LC_ALL
when updated - Set default string length for schema to
150
- Middleware to force https on
production environment
- Set default view for paginator to
tailwind
- Register translations automatically using datalogix/laravel-translation.
- Inject Respect Validation using datalogix/laravel-validation.
Installation
You can install the package via composer:
The package will automatically register itself.
Translations
To publish Portuguese translations (pt_BR), use the command below:
Configuration
The defaults are set in config/utils.php
. Copy this file to your own config directory to modify the values. You can publish the config using this command:
This is the contents of the published file:
All versions of laravel-utils with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.4|^8.0
datalogix/laravel-translation Version ^1.1|^2.0
datalogix/laravel-validation Version ^1.3|^2.0
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0
illuminate/pagination Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
datalogix/laravel-translation Version ^1.1|^2.0
datalogix/laravel-validation Version ^1.3|^2.0
illuminate/contracts Version ^8.0|^9.0|^10.0|^11.0
illuminate/database Version ^8.0|^9.0|^10.0|^11.0
illuminate/pagination Version ^8.0|^9.0|^10.0|^11.0
illuminate/support Version ^8.0|^9.0|^10.0|^11.0
The package datalogix/laravel-utils contains the following files
Loading the files please wait ....