Now i’m stuck with - 3. Prepare the testing environment - where i did php build/build dev/app basic <fork> which worked. but i do not have a “web” “model” oder “controller” folder on my computer. There was no error message during install.
Hi,
That is framework code. It have got no MVC as framework is just set of classes to help developer develop faster. Once you fix whatever error, run tests to see if something is not broken.
Or if you really want that you can try change and test whatever you want in vendor/yiisosft/yii2 of a basic template and move changes to your framework code once confident it is working.
Did you notice that is under “If you are going to work with JavaScript:”?
Yii especially on frontend stuffs like Gridviews, Pjax et al utilizes JS hence the npm/build commands.
If you are not going to touch the JavaScript stuffs, you do not need it!