Now I am doing an API centric app, I am using Yii2 to create the API but I don’t understad the need to have folders like vendor/bower-asset/jquery, because I don’t need to use assets, forms, widgets, jquery, etc. Is there any way to avoid this?
BTW, I would like to see for Yii2 similar tools as Loopback or Strapi have. The APIs have a great projection.
There is also deployd. I like the idea to use it as a fake api. it is very easy to use. it allows me to concentrate on frontend only (so I don’t end up writing a javascript console.log inside an ActiveRecord class). you can easily alter your resources structure, add fake data… when frontend is done and my resources structure is clear I go to design database and replace deployd by a Yii app. restructuring the app based on resources as a first step instead of altering database and models is much easier when doing REST.