Skip to content

Laravel: Multilanguage details of a model

I have a model named Point having the following fields: name description lat lng The fields “name” and “description” can be in several languages, so I created two tables for points and their details. There is an index unique on point_id/language. In the model files I have One To Many r…

Checkbox HTML array syntax doesn’t work in CakePHP 4

I have an application in CakePHP 4 where I’m doing the equivalent of what’s described in Make array from checkbox form The markup I have is simple: So somebody could for example check “Service 1” and “Service 3” and omit “Service 2”, e.g. I’ve used the For…