Why is the column name’s alias in lowercase and not the expected one?
On the staging, I am working with PHP 7 on the Yii2 framework, where I have a connection with MySQL 8 database.
On the production, the code is run on PHP 5.6 with the same Yii2 framework, where I have a connection with MySQL 8 database.
Username cannot be blank message when posting on a yii2 Rest API
I am fairly new to Yii2 Rest API
I am currently using postman to test the Url of my Rest API
everything works fine until I recently added a Basic Authentication to my Code.
New fields in the users table generated by amnah in yii2
I’m building an application using yii2 and amnah to manage users, I would like to know if I can add new fields to the users table that amnah creates in the database, such as a field to store photos or some other information