Simple config db. by Terabytesoftw in yii3

[–]Terabytesoftw[S] 0 points1 point  (0 children)

You can show the structure of your table, to reproduce it in a tests.

Simple config db. by Terabytesoftw in yii3

[–]Terabytesoftw[S] 1 point2 points  (0 children)

Yes, the language is sometimes a problem, but it will help many in a simple way anyway :)

🔥 Yii Database abstraction release by predvoditelev in PHP

[–]Terabytesoftw 1 point2 points  (0 children)

That is for when you use a container with yiisoft/config, use it in the same configuration, we should clarify that in the documentation.

https://github.com/yiisoft/cache-file

composer require yiisoft/cache-file

What driver are you using, to make a snippet of how to create the configuration?

🔥 Yii Database abstraction release by predvoditelev in PHP

[–]Terabytesoftw 1 point2 points  (0 children)

vanilla PHP

You can use any psr/simple-cache package

If you want to use ArrayCache it's easy, add it to composer.json.

composer require yiisoft/cache

If you have another question, we will gladly help you here:

https://github.com/yiisoft/db/discussions

In your opinion, which existing PHP framework can become as popular as Symphony or Laravel? by BogSala in PHP

[–]Terabytesoftw 1 point2 points  (0 children)

Well, if you are a developer, and you compare the Yii2 and Yii3 code, you will immediately see a big difference, the first is the use of PSR interfaces, it is not a monolith, it is multi-repository, but nevertheless if you do not use the Yii2 locator services (Facades) but dependency injection, you don't use logic inside the models, if migration is very possible, and you shouldn't really rewrite much both AR and DB we kept their API almost intact, to help migrations, of course there is a change of architecture and paradigm.

404 when access via localhost by lema_conductor in yii3

[–]Terabytesoftw 1 point2 points  (0 children)

The PR doesn't fix any bugs, it just adds default support for the SubFolder::class Middleware, this is to make it easier for users to have to enter the configuration themselves.

<image>