The application backend is accessible via /backend
or by clicking on the gear icon, after you are logged in.
Only users with permission backend_default
can access the backend dashboard.
‼️ By default all controllers of the application are only accessible to theadmin
user.
You can make a page or controller publicly available, when you add the corresponding permission to the Public
role.
It is recommended to setup an user with role Editor
for managing the contents in the backend.
User authentication and authorization is provides by the extension dektrium/yii2-user
, you can find its
documentation on GitHub.
You can switch the application language by choosing another language under the flag icon on the top right menu bar.