spatie / laravel-translatable

Making Eloquent models translatable

Home Page:https://spatie.be/docs/laravel-translatable

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Database Structure

AlbertoSinigaglia opened this issue · comments

Hi, I've read several times your documentation, but at no point is explained the way that the DB should be structured.

In particular, I'm coming from an existing database, where i have already values, and I would like to know which table i have to create, and which structure they should have

Thank you