Download the PHP package onurkacmaz/laravel-model-translate without Composer
On this page you can find all versions of the php package onurkacmaz/laravel-model-translate. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download onurkacmaz/laravel-model-translate
More information about onurkacmaz/laravel-model-translate
Files in onurkacmaz/laravel-model-translate
Package laravel-model-translate
Short Description This package allows model translation. It is like Symfony's gedmo translation package.
License MIT
Homepage https://github.com/onurkacmaz/laravel-model-translate
Informations about the package laravel-model-translate
Laravel Model Translate
This package allows model translation. It is like Symfony's gedmo translation package. It is very easy to use. You can use it in your models or controllers. Basically, it is a trait that you can use in your models. It will automatically create translation records of the fields you specify in the model. It will show the translation according to the registered locale. When creating or updating it will use the registered locale and will process that record. The main table pairs with "foreign_id" and "model namespace" to the translations table.
Installation
You can install the package via composer:
Usage
Trait
Class Based Usage
Static Usage
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
Credits
- Onur Kaçmaz
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
All versions of laravel-model-translate with dependencies
ext-intl Version *