Astrotomic / laravel-translatable

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

Compatibility with Laravel 11 #434

Open khizar-wahab opened 2 months ago

khizar-wahab commented 2 months 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 2 months 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?