CRUD yii2 using GII
In this article you’ll learn how to create CRUD in yii2 using GII. This below is sample output : DEMO HERE Let’s do it ! CONNECTION First, configure the database connection in common/config/main-local.php : TABLE The table name is “book”. GENERATE CRUD… Continue Reading