Creating Controller and views using Gii tool in Yii2
CRUD Generator This generator generates a controller and views that implement CRUD (Create, Read, Update, Delete) operations for the specified data model. Click “start” button under CRUD generator to create Controller and Views for corresponding...