Follow the steps below to make a simple CRUD with Gii!

  1. Make sure the your project is connected to your database
  2. open the gii page
  3. create a model of the database tables
  4. create a CRUD in the CRUD generator
  5. open your CRUD application