Alexander Makarov
Alexander Makarov
Про то, как сделать приложение интернациональным. Выбор языка, часовые пояса, переводы строк и контента.
Merge?
Hello! Thanks for creating a good list. There's another one which was passed to me by another guy: https://github.com/samdark/awesome-yii How about merging these? Can give you permissions to edit.
The idea is to implement the same code as in `up()` and determine how to roll back migration based on it. Migration in this case should be like a query...
There is https://github.com/elastic/elasticsearch-php now so likely this package is to be removed or, at least, based on the official low-level client.
See https://github.com/yiisoft/yii2/issues/20150
Currently, the package supports annotations only.
Ensure that migration command is executed exactly once, even if there are multiple instances running (such as k8s cluster containers). Could be implemented via locks.
The following could be used to write private / protected properties without reflection. Could be faster. https://3v4l.org/GqaLf ```php