List of posts tagged: yii2 basic
Yii2 (basic + advanced), authorization form in modal window
Detailed instructions for adding authorization in the modal window in Yii2 (basic + advanced).
The solution contains 3 sections (instructions) for "Yii2 basic + authorization via the database in the modal window", "Yii2 basic + authorization from the box in the modal window" and "Yii2 advanced authorization in the modal window", which are combined into one article, as doing 3 separate articles does not make sense. For convenience, all code is duplicated for each step of a separate instruction. However, the solution "Yii2 basic + authorization via the database in the modal window" is taken as a basis for the remaining instructions.
Everything is checked and works.
Yii2 basic, authorization and registration via the database
A simple example of fine-tuning Yii2 basic for authorization via the database, adding registration and resetting the password.