Get a Working Yii 2 Application Up and Running
This course starts from zero, installing a Yii 2 application template with Vagrant so you have a functioning web app to build on right away. From there, it covers generating models, views, and controllers, and how to debug and test that generated code using the Debug Toolbar and Codeception.
Building Real Pages
With the basics in place, you'll modify the generated scaffolding to create a registration page, a user profile page, and listing pages, plus a search interface built with ActiveQuery and TypeAhead. The course closes with security, applying Access Control Filters and Role-Based Access Control to lock the site down appropriately.