Yii3 - How to start

Comparing #59 with #61

Content

(draft - all will be retested laterDon't forget to like and subscribe :-)

# Intro
[...]
I am just learning Yii3. Its new architecture is not my cup of tea so I am trying my best to reach my goals. (I left world of Java+Spring because of these complex DI configurations and now it's back :-o )

If you find a better implementation, let me know. I am not an architect, but a real-life developer who solves daily problems in the world of bussines and industry so sometimes I may produce too straight
-forward or philosophically imperfect solutions.

## Adding DB into your project

Your project now does not contain any DB. Let's add MariaDB and Adminer (DB browser) into file docker/dev/compose.yml:
[...]