I was looking for any advice of Prototyping approaches.
What I mean is creating basic page layouts so I can get screenshots of what various pages might look like without having to create the tables/models/… to show clients.
I was looking for any advice of Prototyping approaches.
What I mean is creating basic page layouts so I can get screenshots of what various pages might look like without having to create the tables/models/… to show clients.
Use figma?
I was hoping within Yii2, something I was missing.
If it’s going to be an app you are going to need the models anyway right? So, I would say use gii to generate forms based on Models extending from yii\base\Model to skip the Db for a start.
Alternatively, just use any such UI form generator of your choice e.g. Start Bootstrap and again using gii generate the controller and views where you can dump the form markup.