Download the PHP package delta-solutions/translations without Composer
On this page you can find all versions of the php package delta-solutions/translations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download delta-solutions/translations
More information about delta-solutions/translations
Files in delta-solutions/translations
Package translations
Short Description Store your spatie/laravel-translation-loader powered translations in columns instead of in a json field
License MIT
Homepage https://github.com/delta-solutions/translations
Informations about the package translations
Translations in columns loader
This package provides a migration and a model to extend the spatie/laravel-translation-loader so you can store your translations in columns instead of one json field. One column per locale.
Installation
You can install the package via composer:
Follow the installation steps as explained in the Spatie docs https://github.com/spatie/laravel-translation-loader
Define the locales in the translation-loader.php
config file, one locale per database column. This is used in the migration to create the database fields.
You can publish and run the migrations with:
This will create the fields in your database as specified in the locales array
Use the model from this package as the model for the spatie/laravel-translation-loader. This is configured via the model
in the config. Change it to
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- Andreas
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of translations with dependencies
spatie/laravel-package-tools Version ^1.12.0|^1.14.0
spatie/laravel-translation-loader Version ^2.0
illuminate/contracts Version ^6.0|^7.0|^8.0|^9.0|^10.0|^11.0