Alexander Makarov

Results 1744 comments of Alexander Makarov

Overall everything's well done 👍 Let's fix minor phpdoc issues and version constraint. Then I'll merge it.

https://github.com/yiisoft/var-dumper/blob/master/src/ClosureExporter.php from Yii 3 could be useful for ideas on how to fix that. It supports short closures.

I haven't said that the library should be used. I've said there are interesting ideas there.

1. SuperClosure is not maintained anymore. 2. We've initially used Opis for Yii 3 but then found that it doesn't work for a few edge cases we had and that...

If frontend and backend are modules, it's the same application.

Both are possible. Yii doesn't limit the way you structure your application.

It depends on the application. Usually I'm following advanced project template i.e. application per tier. It allows you to deploy to multiple servers/domain easily.

Depends on how the blog is managed. If it's admin-managed one i.e. users are reading it and never writing to it, I'll use admin app for it. If it's multi-user...