This is the symple example yii2 application with user authentication and saving user data in the file. Mysql or another database not used in this case.
- Clone repository from github
- Run in console from root directory
composer update
- Run in console from root directory
php init
- User data saved in file storage in this path: "common/filestorage/storage.json"