Download the PHP package brackets/translatable without Composer
On this page you can find all versions of the php package brackets/translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download brackets/translatable
More information about brackets/translatable
Files in brackets/translatable
Download brackets/translatable
More information about brackets/translatable
Files in brackets/translatable
Vendor brackets
Package translatable
Short Description Make your Eloquent models and other content translated into multiple languages
License MIT
Package translatable
Short Description Make your Eloquent models and other content translated into multiple languages
License MIT
Please rate this library. Is it a good library?
Informations about the package translatable
Translatable
Translatable makes your content translatable in defined languages (locales). To sum up, the package:
- publishes a config, that defines locales (languages) used in your project,
- introduces a
HasTranslations
trait that makes your Eloquent model translatable (extendingspatie/laravel-translatable
), - introduces a
TranslatableFormRequest
class that you can use as a base class for your Request classes to extend from, which simplify the definition of the rules for translatable data.
You can find full documentation at https://docs.getcraftable.com/#/translatable
All versions of translatable with dependencies
PHP Build Version
Package Version
Requires
php Version
^7.2.5|^7.3.0|^8.0
laravel/framework Version 6.*|7.*|8.*|9.*|10.*
spatie/laravel-translatable Version ^4.0|^5.0|^6.0
ext-json Version *
laravel/framework Version 6.*|7.*|8.*|9.*|10.*
spatie/laravel-translatable Version ^4.0|^5.0|^6.0
ext-json Version *
The package brackets/translatable contains the following files
Loading the files please wait ....