laravel-translate-eloquent icon indicating copy to clipboard operation
laravel-translate-eloquent copied to clipboard

Translate any column in your Database in Laravel Eloquent Models

Results 3 laravel-translate-eloquent issues
Sort by recently updated
recently updated
newest added

Hello! I don't understand well why the "value" field should be nullable. I think it would be better if assignment of null/empty value mean deleting of this particular translation. I...

I've done it for myself, but think it may be useful for others. This is a simple trait which allows simple migrations from models with existing data.

I like this package a lot, it makes translations easy & overall it works like a charm. However, when using SoftDeletes on a model not all functionality works as expected....