Download the PHP package taxionus/laravel-translatable without Composer
On this page you can find all versions of the php package taxionus/laravel-translatable. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download taxionus/laravel-translatable
More information about taxionus/laravel-translatable
Files in taxionus/laravel-translatable
Package laravel-translatable
Short Description A trait to make an Eloquent model hold translations
License MIT
Homepage https://github.com/taxionus/laravel-translatable
Informations about the package laravel-translatable
A trait to make Eloquent models translatable
This package contains a trait to make Eloquent models translatable. Translations are stored as json. There is no extra table needed to hold them.
Once the trait is installed on the model you can do these things:
Support us
We invest a lot of resources into creating best in class open source packages. You can support us by buying one of our paid products.
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on our contact page. We publish all received postcards on our virtual postcard wall.
Documentation
All documentation is available on our documentation site.
Testing
Contributing
Please see CONTRIBUTING for details.
Security
If you've found a bug regarding security please mail [email protected] instead of using the issue tracker.
Postcardware
You're free to use this package, but if it makes it to your production environment we highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using.
Our address is: Taxionus, Kruikstraat 22, 2018 Antwerp, Belgium.
We publish all received postcards on our company website.
Credits
- Freek Van der Herten
- Sebastian De Deyne
- All Contributors
We got the idea to store translations as json in a column from Mohamed Said. Parts of the readme of his multilingual package were used in this readme.
License
The MIT License (MIT). Please see License File for more information.
All versions of laravel-translatable with dependencies
illuminate/database Version ^9.0
illuminate/support Version ^9.0
spatie/laravel-package-tools Version ^1.11