Astrotomic / laravel-translatable

A Laravel package for multilingual models
https://docs.astrotomic.info/laravel-translatable/
MIT License
1.24k stars 157 forks source link

Compatibility with Laravel 11 #434

Open khizar-wahab opened 4 weeks ago

khizar-wahab commented 4 weeks ago

Is this package compatible with Laravel 11? I installed it and when creating the model it does not create translations in the model_translations table.

Oleksandr-Moik commented 4 weeks ago

I think yes. At least all auto-tests passed and I use this package in my projects.

Can you provide code snippet and example of how you do it?