Download the PHP package dejwcake/craftable-translatable without Composer
On this page you can find all versions of the php package dejwcake/craftable-translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download dejwcake/craftable-translatable
More information about dejwcake/craftable-translatable
Files in dejwcake/craftable-translatable
Download dejwcake/craftable-translatable
More information about dejwcake/craftable-translatable
Files in dejwcake/craftable-translatable
Vendor dejwcake
Package craftable-translatable
Short Description Make your Eloquent models and other content translated into multiple languages
License MIT
Package craftable-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 craftable-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
Run tests
To run tests use this docker environment.
To switch between postgresql and mariadb change in docker-compose.yml
DB_CONNECTION environmental variable:
All versions of craftable-translatable with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
ext-json Version *
laravel/framework Version ^10.0
spatie/laravel-translatable Version ^6.0
ext-json Version *
laravel/framework Version ^10.0
spatie/laravel-translatable Version ^6.0
The package dejwcake/craftable-translatable contains the following files
Loading the files please wait ....