Alexander Makarov
Alexander Makarov
That would cause backwards compatibility break. Won't be done in 2.x.
Could be done in the default app config.
- Immutability.
We don't need `package-lock.json` and `yarn.lock` anymore since foxy was replaced with asset-packagist in demo and app.
It's alright to have it.
Thanks for feedback, @lubosdz. I've re-tested starting from scratch: ```sh git clone [email protected]:yiisoft/demo.git cd demo composer install ./yii serve ``` Then opened http://localhost:8080/ and got a working demo. Things to...
Yes, that's known thing. Currently there's no support for subdirectories out of the box and it should be added via https://github.com/yiisoft/yii-middleware/blob/master/src/SubFolder.php to the main middleware settings. That was done to...
Do you mean a common interface or repository-specific interfaces?
1. Who would be users/clients of these interfaces? 2. Would these interfaces separate system boundaries? 3. Would there be multiple implementations of these interfaces?
We should try it to check how it would look like.