Download the PHP package lucasgiovanny/filament-inline-translate-field without Composer
On this page you can find all versions of the php package lucasgiovanny/filament-inline-translate-field. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download lucasgiovanny/filament-inline-translate-field
More information about lucasgiovanny/filament-inline-translate-field
Files in lucasgiovanny/filament-inline-translate-field
Download lucasgiovanny/filament-inline-translate-field
More information about lucasgiovanny/filament-inline-translate-field
Files in lucasgiovanny/filament-inline-translate-field
Vendor lucasgiovanny
Package filament-inline-translate-field
Short Description Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page
License MIT
Homepage https://github.com/lucasgiovanny/filament-inline-translate-field
Package filament-inline-translate-field
Short Description Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page
License MIT
Homepage https://github.com/lucasgiovanny/filament-inline-translate-field
Please rate this library. Is it a good library?
Informations about the package filament-inline-translate-field
Filament Inline Translate Field
Create a beautiful key-value field to allow users to enter all possible language values for a field on the same page
Installation
-
You can install the package via composer:
- Configure you model, as defined on spatie/laravel-translatable documentation:
- Add the
Spatie\Translatable\HasTranslations
trait to the model that is going to use this field. - Next, you should create a public property
$translatable
which holds an array with all the names of attributes you wish to make translatable. - Finally, you should make sure that all translatable attributes are set to the json-datatype in your database. If your database doesn't support json-columns, use text.
- Publish the configuration file to set the available languages:
Optionally, you can publish the translation files:
Usage
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
- Lucas Giovanny
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-inline-translate-field with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.0
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.0
spatie/laravel-translatable Version ^6.0
filament/filament Version ^2.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.0
spatie/laravel-translatable Version ^6.0
The package lucasgiovanny/filament-inline-translate-field contains the following files
Loading the files please wait ....