Download the PHP package ilyasapunkov/laravel-translatable without Composer
On this page you can find all versions of the php package ilyasapunkov/laravel-translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download ilyasapunkov/laravel-translatable
More information about ilyasapunkov/laravel-translatable
Files in ilyasapunkov/laravel-translatable
Download ilyasapunkov/laravel-translatable
More information about ilyasapunkov/laravel-translatable
Files in ilyasapunkov/laravel-translatable
Vendor ilyasapunkov
Package laravel-translatable
Short Description A Laravel package for translatable models using JSON fields
License MIT
Package laravel-translatable
Short Description A Laravel package for translatable models using JSON fields
License MIT
Please rate this library. Is it a good library?
Informations about the package laravel-translatable
Laravel Translatable
A Laravel package for managing translatable models using JSON fields.
Installation
-
Install the package via Composer:
bash php artisan vendor:publish --tag=translatable-migrations
-
Run the migration:
php artisan migrate
Usage
-
Use the Translatable trait in your model:
-
Set translations:
-
Get translations:
- Filter by translations:
All versions of laravel-translatable with dependencies
PHP Build Version
Package Version
The package ilyasapunkov/laravel-translatable contains the following files
Loading the files please wait ....