I am using Giif or Yii2 and in the CRUD generator, I try those paths as I want the views to go in the "backend" folder but each time, the views are generated in the frontend/web folder.
Actually I could not find any logs as they were no errors, it was just a path problem, in order to get the vies in the right folder I had to add this in the "view path":
C:\xampp\htdocs\yii2\backend\views\page-layout
I am wondering if there is a way to tell Yii2 to keep the paths this way in the GII generator instead of retyping them each time.