Admin Access
In this part of the documentation, you will learn how to enable Admin access. You need admin privilege to manage orders from your account. If you are not admin you will only have the read-only view.
To give yourself admin privilege add your email to the ADMIN_EMAILS .env variable before registering with that email.
ADMIN_EMAILS=youremail@gmail.com
If you want to add other users as admin, you can add their emails as a comma-separated list.
ADMIN_EMAILS=youremail@gmail.com,sam@gmail.com,jhon@gmail.com
This will set the role to ADMIN for these users.