laravel-translate-eloquent
laravel-translate-eloquent copied to clipboard
Translate any column in your Database in Laravel Eloquent Models
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....