What are the default pages in the account area?
The following classes are in the Aero\AccountArea\Http\Responsesnamespace.
| Class | Route | Description |
|---|---|---|
| AccountLoginPage | login | A page where users can log in. |
| AccountRegisterPage | register | A page where guests can register. |
| AccountPasswordForgotPage | password.forgot | A page where users can send a password reset email to their email. |
| AccountPasswordResetPage | password.reset | A page where users can reset their password. |
| AccountOrdersPage | account.orders | A page that lists all of a user's orders and lets them filter/search. |
| AccountOrderViewPage | account.view-order | A page that shows more information about an order. |
| AccountAddressesPage | account.addresses | A page that lists all of the users addresses. |
| AccountAddressNewPage | account.new-address | A page where users can create a new address, |
| AccountAddressEditPage | account.edit-address | A page where users can edit one of their addresses. |
| AccountDetailsPage | account.details | A page where users can update their account details and change their password. |
| AccountInvoicePage | account.view-invoice | A simple invoice for an order - currently not linked to from anywhere. |
| AccountOverviewPage | account | The first page a user sees after they log in - currently redirects to the orders page. |