Team & Permissions
Staff
Admin → Team → Staff

Add teammates with their own logins. Each staff member has a name, email, password, active toggle and exactly one role.
Password resets from the CLI
Locked out, or need to rotate a password securely?
php artisan storemine:admin-password [email protected]
prints a fresh generated password once.
Roles
Admin → Team → Roles

Roles bundle granular permissions (products, categories, orders, coupons, staff, settings, …) into named jobs. Five roles ship ready to use:
| Role | Meant for |
|---|---|
super_admin | Full access to everything, including settings and staff |
store_manager | Day-to-day store operations |
catalog_editor | Products, categories, media — nothing else |
order_fulfillment | Orders and shipping only |
support_agent | Customers, reviews, orders (read-focused) |
Permissions are enforced twice — the UI hides what you can't do, and the server rejects it anyway. Create custom roles or adjust the defaults freely.